Spaces:
Running
Running
update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,6 @@ scipy>=1.12.0
|
|
7 |
torch>=2.1.0
|
8 |
torchinfo>=1.8.0
|
9 |
torch-geometric>=2.3.1
|
10 |
-
torch_scatter==2.1.2
|
11 |
pandas>=1.5.3
|
12 |
pyarrow>=14.0.1
|
13 |
scikit-learn>=1.5.0
|
@@ -30,3 +29,4 @@ pandas==2.2.3
|
|
30 |
mordred
|
31 |
ase==3.24.0
|
32 |
torch_nl==0.3
|
|
|
|
7 |
torch>=2.1.0
|
8 |
torchinfo>=1.8.0
|
9 |
torch-geometric>=2.3.1
|
|
|
10 |
pandas>=1.5.3
|
11 |
pyarrow>=14.0.1
|
12 |
scikit-learn>=1.5.0
|
|
|
29 |
mordred
|
30 |
ase==3.24.0
|
31 |
torch_nl==0.3
|
32 |
+
torch_scatter==2.1.2
|