Spaces:
Running
Running
update
Browse files- pre-requirements.txt +2 -1
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
pip==20.2.4
|
| 2 |
torch==1.12.1
|
| 3 |
-
wheel
|
|
|
|
|
|
| 1 |
pip==20.2.4
|
| 2 |
torch==1.12.1
|
| 3 |
+
wheel
|
| 4 |
+
cmake
|
requirements.txt
CHANGED
|
@@ -25,6 +25,7 @@ numpy==1.23.5
|
|
| 25 |
pandas>=1.0.0,<2.0.0
|
| 26 |
pydantic<2.0.0
|
| 27 |
pymatgen>=2023.1.9
|
|
|
|
| 28 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 29 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 30 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
|
|
|
| 25 |
pandas>=1.0.0,<2.0.0
|
| 26 |
pydantic<2.0.0
|
| 27 |
pymatgen>=2023.1.9
|
| 28 |
+
pytorch-lightning==1.7.7
|
| 29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 30 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 31 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|