jannisborn
commited on
Commit
•
342d79d
1
Parent(s):
65df1fc
update
Browse files- pre-requirements.txt +1 -0
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
pip==20.2.4
|
|
|
|
1 |
pip==20.2.4
|
2 |
+
torch==1.12.1
|
requirements.txt
CHANGED
@@ -19,6 +19,7 @@ markdown-it-py>=2.1.0
|
|
19 |
numpy==1.23.5
|
20 |
pandas>=1.0.0
|
21 |
pymatgen>=2022.11.7
|
|
|
22 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
23 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
24 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
19 |
numpy==1.23.5
|
20 |
pandas>=1.0.0
|
21 |
pymatgen>=2022.11.7
|
22 |
+
pydantic<2.0.0
|
23 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
24 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
25 |
moses @ git+https://github.com/GT4SD/[email protected]
|