Canstralian commited on
Commit
00da8b5
·
verified ·
1 Parent(s): 226a637

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- pandas
2
- matplotlib
3
- datasets
4
- transformers
5
- huggingface_hub
 
 
 
 
 
1
+ streamlit==1.25.0
2
+ huggingface_hub==0.22.2
3
+ plotly==5.17.0
4
+ networkx==3.1
5
+ matplotlib==3.8.0
6
+ numpy==1.25.2
7
+ pandas==2.1.1
8
+ dask[dataframe]==2023.4.0
9
+ python-dotenv==1.0.0