Clementio commited on
Commit
90a5971
·
verified ·
1 Parent(s): 58b2994

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- streamlit==1.32.0
2
- torch==2.2.0+cpu
3
- --extra-index-url https://download.pytorch.org/whl/cpu
4
- pandas==2.0.0
5
- numpy==1.24.0
6
- networkx==3.1
7
- scikit-learn==1.3.0
8
- huggingface_hub==0.20.0
 
1
+ streamlit>=1.32.0
2
+ torch>=2.9.0
3
+ pandas>=2.0.0
4
+ numpy>=1.24.0
5
+ networkx>=3.1
6
+ scikit-learn>=1.3.0
7
+ huggingface_hub>=0.20.0