Raykarr commited on
Commit
075b162
·
verified ·
1 Parent(s): 925085f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -14
requirements.txt CHANGED
@@ -1,14 +1,23 @@
1
- streamlit
2
- torch
3
- torchvision
4
- torch-scatter
5
- torch-sparse
6
- torch-cluster
7
- torch-spline-conv
8
- torch-geometric
9
- rdkit-pypi
10
- pandas
11
- numpy
12
- matplotlib
13
- seaborn
14
- Pillow
 
 
 
 
 
 
 
 
 
 
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