Lesterchia1 commited on
Commit
d2ac180
·
verified ·
1 Parent(s): c6f2104

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- gradio[oauth]==5.44.1
2
- fastapi==0.104.1
3
- uvicorn[standard]==0.27.1
4
- pandas==1.5.3
5
- numpy==1.24.3
6
- scikit-learn==1.3.2
7
- plotly==5.18.0
8
- joblib==1.3.2
9
- huggingface-hub==0.20.3
10
- groq==0.5.0
11
- folium==0.15.1
12
- branca==0.7.0
13
- xgboost==1.7.6
14
- matplotlib==3.7.3
15
- Jinja2==3.1.2
 
 
1
+ gradio>=5.44.1,<6.0.0
2
+ fastapi>=0.104.1
3
+ uvicorn[standard]>=0.27.1
4
+ pandas>=1.5.3
5
+ numpy>=1.24.3
6
+ scikit-learn>=1.3.2
7
+ plotly>=5.18.0
8
+ joblib>=1.3.2
9
+ huggingface-hub>=0.20.3
10
+ groq>=0.5.0
11
+ folium>=0.15.1
12
+ branca>=0.7.0
13
+ matplotlib>=3.7.3
14
+ Jinja2>=3.1.2
15
+ # Use pre-compiled xgboost for compatibility
16
+ xgboost>=1.7.6,<2.0.0