update
Browse files- pre-requirements.txt +3 -2
- requirements.txt +3 -0
pre-requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
pip==20.2.4
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
| 1 |
pip==20.2.4
|
| 2 |
+
torch==1.12.1
|
| 3 |
+
cmake
|
| 4 |
+
wheel
|
requirements.txt
CHANGED
|
@@ -22,6 +22,9 @@ networkx==3.0
|
|
| 22 |
pandas<2.0.0
|
| 23 |
pydantic<2.0.0
|
| 24 |
tensorflow==2.2.0
|
|
|
|
|
|
|
|
|
|
| 25 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
| 26 |
guacamol_baselines @ git+https://github.com/GT4SD/guacamol_baselines.git@v0.0.2
|
| 27 |
moses @ git+https://github.com/GT4SD/moses.git@v0.1.0
|
|
|
|
| 22 |
pandas<2.0.0
|
| 23 |
pydantic<2.0.0
|
| 24 |
tensorflow==2.2.0
|
| 25 |
+
accelerate==0.16.0
|
| 26 |
+
lightning-utilities==0.9.0
|
| 27 |
+
pytorch-lightning==1.7.7
|
| 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
|