update
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -8,19 +8,21 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd==1.1
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
PyTDC==0.3.7
|
16 |
gradio==3.9.1
|
17 |
-
httpcore<0.15
|
18 |
numpy==1.23.5
|
19 |
markdown-it-py>=2.1.0
|
20 |
mols2grid>=0.2.0
|
21 |
pandas>=1.0.0,<2.0.0
|
22 |
pydantic<2.0.0
|
23 |
httpcore==0.15
|
|
|
|
|
|
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
25 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
26 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd==1.2.1
|
12 |
diffusers==0.6.0
|
13 |
molgx>=0.22.0a1
|
14 |
molecule_generation
|
15 |
PyTDC==0.3.7
|
16 |
gradio==3.9.1
|
|
|
17 |
numpy==1.23.5
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid>=0.2.0
|
20 |
pandas>=1.0.0,<2.0.0
|
21 |
pydantic<2.0.0
|
22 |
httpcore==0.15
|
23 |
+
nglview
|
24 |
+
pymatgen>=2023.1.9
|
25 |
+
ipykernel
|
26 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
27 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
28 |
moses @ git+https://github.com/GT4SD/[email protected]
|