esocoder commited on
Commit
c85f945
1 Parent(s): 996aa19

first commit

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- groq==0.9.0
2
  matplotlib==3.9.1.post1
3
- networkx==3.3
4
- nltk==3.8.1
5
- numpy==2.0.1
6
  pandas==2.2.2
7
- python-dotenv==1.0.1
8
- scikit_learn==1.5.1
9
- streamlit==1.37.1
 
 
 
 
10
  tensorflow==2.17.0
11
- torch==2.4.0
12
- torch_geometric==2.5.3
13
- transformers==4.44.0
 
1
+ streamlit==1.37.1
2
  matplotlib==3.9.1.post1
 
 
 
3
  pandas==2.2.2
4
+ scikit-learn==1.5.1
5
+ numpy==1.23.5 # Compatible with other packages
6
+ transformers==4.25.1
7
+ nltk==3.8.1
8
+ networkx==3.1
9
+ torch==2.0.1
10
+ torch-geometric==2.0.4
11
  tensorflow==2.17.0
12
+ python-dotenv==1.0.0