mtyrrell commited on
Commit
67a31be
·
1 Parent(s): 8560376

Fixed dependencies issue

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,12 +1,14 @@
1
- streamlit
2
- pandas
3
- openpyxl
4
- setfit
5
- bcrypt
6
  --extra-index-url https://download.pytorch.org/whl/cu113
7
- torch
8
- thefuzz
9
  openai==2.9.0
10
- python-dotenv
11
- sentence-transformers
12
- scikit-learn
 
 
 
1
+ streamlit==1.52.2
2
+ pandas==2.3.3
3
+ openpyxl==3.1.5
4
+ setfit==1.1.3
5
+ bcrypt==5.0.0
6
  --extra-index-url https://download.pytorch.org/whl/cu113
7
+ torch==2.9.1
8
+ thefuzz==0.22.1
9
  openai==2.9.0
10
+ python-dotenv==1.2.1
11
+ sentence-transformers==5.2.0
12
+ scikit-learn==1.8.0
13
+ transformers==4.57.3
14
+ accelerate==1.12.0