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