update
Browse files- pre-requirements.txt +3 -1
- requirements.txt +14 -16
pre-requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
pip==20.2.4
|
2 |
torch==1.12.1
|
3 |
-
cmake
|
|
|
|
|
|
1 |
pip==20.2.4
|
2 |
torch==1.12.1
|
3 |
+
cmake
|
4 |
+
spglib
|
5 |
+
wheel
|
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
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
|
@@ -8,36 +7,35 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
|
12 |
gt4sd>=1.4.2
|
13 |
-
diffusers==0.6.0
|
14 |
molgx>=0.22.0a1
|
15 |
-
|
16 |
-
molecule_generation
|
17 |
-
ipykernel
|
18 |
-
httpcore==0.15
|
19 |
-
keras==2.10.0
|
20 |
nglview==3.1.0
|
21 |
PyTDC==0.3.7
|
22 |
gradio==4.36.1
|
|
|
23 |
markdown-it-py>=2.1.0
|
24 |
-
mols2grid==1.1.1
|
25 |
-
networkx==3.0
|
26 |
numpy==1.23.5
|
27 |
pandas>=1.0.0,<2.0.0
|
|
|
28 |
pydantic>=2.0.0
|
29 |
pydantic-settings>=2.0.0
|
30 |
-
|
|
|
|
|
31 |
pytorch-lightning==1.7.7
|
32 |
-
|
|
|
33 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
34 |
-
guacamol_baselines @ git+https://github.com/GT4SD/[email protected].
|
35 |
-
moses @ git+https://github.com/GT4SD/[email protected].
|
36 |
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
37 |
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
38 |
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
39 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
40 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
41 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
42 |
-
h11==0.13
|
43 |
-
huggingface-hub<0.26.0
|
|
|
|
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 |
torch==1.12.1
|
4 |
torch-scatter
|
5 |
torch-spline-conv
|
|
|
7 |
torch-geometric
|
8 |
torchvision==0.13.1
|
9 |
torchaudio==0.12.1
|
10 |
+
diffusers==0.11.1
|
11 |
gt4sd>=1.4.2
|
|
|
12 |
molgx>=0.22.0a1
|
13 |
+
molecule-generation>=0.3.0
|
|
|
|
|
|
|
|
|
14 |
nglview==3.1.0
|
15 |
PyTDC==0.3.7
|
16 |
gradio==4.36.1
|
17 |
+
httpcore==0.15
|
18 |
markdown-it-py>=2.1.0
|
|
|
|
|
19 |
numpy==1.23.5
|
20 |
pandas>=1.0.0,<2.0.0
|
21 |
+
pymatgen>=2022.11.7
|
22 |
pydantic>=2.0.0
|
23 |
pydantic-settings>=2.0.0
|
24 |
+
torchmetrics==0.11.4
|
25 |
+
networkx==3.0
|
26 |
+
keras==2.10.0
|
27 |
pytorch-lightning==1.7.7
|
28 |
+
transformers
|
29 |
+
httpcore==0.15
|
30 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
31 |
+
guacamol_baselines @ git+https://github.com/GT4SD/[email protected].2
|
32 |
+
moses @ git+https://github.com/GT4SD/[email protected].0
|
33 |
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected]
|
34 |
paccmann_generator @ git+https://github.com/PaccMann/[email protected]
|
35 |
paccmann_gp @ git+https://github.com/PaccMann/[email protected]
|
36 |
paccmann_omics @ git+https://github.com/PaccMann/[email protected]
|
37 |
paccmann_predictor @ git+https://github.com/PaccMann/paccmann_predictor@sarscov2
|
38 |
reinvent_models @ git+https://github.com/GT4SD/[email protected]
|
39 |
+
h11==0.13
|
40 |
+
huggingface-hub<0.26.0
|
41 |
+
jupyter-packaging
|