danielrosehill commited on
Commit
37ec136
·
1 Parent(s): 7a5c338
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- python_requires >= "3.12.7"
2
- streamlit==1.20.0
3
- pandas==1.4.3
4
- numpy==1.22.3
5
  openai==1.3.0
6
  pyperclip==1.8.2
 
1
+ python>=3.8,<3.11
2
+ streamlit==1.24.1
3
+ pandas>=2.0
4
+ numpy<=1.25.1
5
  openai==1.3.0
6
  pyperclip==1.8.2