Spaces:
Running
Running
update
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ torch-geometric
|
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
gt4sd>=1.3.1
|
|
|
12 |
keras==2.10.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
@@ -20,6 +21,7 @@ diffusers==0.6.0
|
|
20 |
markdown-it-py>=2.1.0
|
21 |
mols2grid==1.1.1
|
22 |
networkx==3.0
|
|
|
23 |
pandas>=1.0.0,<2.0.0
|
24 |
pydantic<2.0.0
|
25 |
pymatgen>=2023.1.9
|
|
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
gt4sd>=1.3.1
|
12 |
+
httpcore==0.15
|
13 |
keras==2.10.0
|
14 |
molgx>=0.22.0a1
|
15 |
molecule_generation
|
|
|
21 |
markdown-it-py>=2.1.0
|
22 |
mols2grid==1.1.1
|
23 |
networkx==3.0
|
24 |
+
numpy==1.23.5
|
25 |
pandas>=1.0.0,<2.0.0
|
26 |
pydantic<2.0.0
|
27 |
pymatgen>=2023.1.9
|