Spaces:
Sleeping
Sleeping
first commit
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
|
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 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
10 |
tensorflow==2.17.0
|
11 |
-
|
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
|
|
|
|