Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
# Core Dependencies
|
2 |
-
streamlit
|
3 |
-
|
4 |
-
torchvision
|
5 |
rdkit-pypi
|
6 |
-
pandas
|
7 |
-
numpy
|
8 |
-
matplotlib
|
9 |
-
seaborn
|
10 |
-
Pillow
|
11 |
huggingface-hub>=0.19
|
12 |
hf-transfer>=0.1.4
|
13 |
protobuf<4
|
@@ -16,8 +16,8 @@ pydantic~=1.0
|
|
16 |
|
17 |
# Torch Geometric Dependencies
|
18 |
-f https://data.pyg.org/whl/torch-2.5.1+cpu.html
|
19 |
-
torch-scatter
|
20 |
-
torch-sparse
|
21 |
-
torch-cluster
|
22 |
-
torch-spline-conv
|
23 |
-
torch-geometric
|
|
|
1 |
# Core Dependencies
|
2 |
+
streamlit
|
3 |
+
pytorch
|
4 |
+
torchvision
|
5 |
rdkit-pypi
|
6 |
+
pandas
|
7 |
+
numpy
|
8 |
+
matplotlib
|
9 |
+
seaborn
|
10 |
+
Pillow
|
11 |
huggingface-hub>=0.19
|
12 |
hf-transfer>=0.1.4
|
13 |
protobuf<4
|
|
|
16 |
|
17 |
# Torch Geometric Dependencies
|
18 |
-f https://data.pyg.org/whl/torch-2.5.1+cpu.html
|
19 |
+
torch-scatter
|
20 |
+
torch-sparse
|
21 |
+
torch-cluster
|
22 |
+
torch-spline-conv
|
23 |
+
torch-geometric
|