Spaces:
Running
Running
update
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
3 |
-
# pip==20.2.4
|
4 |
torch==1.12.1
|
5 |
torch-scatter
|
6 |
torch-spline-conv
|
@@ -10,7 +10,7 @@ torchvision==0.13.1
|
|
10 |
torchaudio==0.12.1
|
11 |
torchmetrics==0.11.4
|
12 |
gt4sd>=1.4.2
|
13 |
-
|
14 |
keras==2.10.0
|
15 |
molgx>=0.22.0a1
|
16 |
molecule_generation
|
@@ -18,7 +18,6 @@ nglview
|
|
18 |
PyTDC==0.3.7
|
19 |
ipykernel
|
20 |
gradio==4.36.1
|
21 |
-
diffusers==0.6.0
|
22 |
markdown-it-py>=2.1.0
|
23 |
mols2grid==1.1.1
|
24 |
networkx==3.0
|
|
|
1 |
+
jupyter-packaging
|
2 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
3 |
-f https://data.pyg.org/whl/torch-1.12.1+cpu.html
|
|
|
4 |
torch==1.12.1
|
5 |
torch-scatter
|
6 |
torch-spline-conv
|
|
|
10 |
torchaudio==0.12.1
|
11 |
torchmetrics==0.11.4
|
12 |
gt4sd>=1.4.2
|
13 |
+
diffusers==0.6.0
|
14 |
keras==2.10.0
|
15 |
molgx>=0.22.0a1
|
16 |
molecule_generation
|
|
|
18 |
PyTDC==0.3.7
|
19 |
ipykernel
|
20 |
gradio==4.36.1
|
|
|
21 |
markdown-it-py>=2.1.0
|
22 |
mols2grid==1.1.1
|
23 |
networkx==3.0
|