jannisborn
commited on
update
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -26,6 +26,9 @@ mols2grid==1.1.1
|
|
26 |
numpy==1.23.5
|
27 |
pandas>=1.0.0,<2.0.0
|
28 |
pydantic<2.0.0
|
|
|
|
|
|
|
29 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
30 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
31 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
26 |
numpy==1.23.5
|
27 |
pandas>=1.0.0,<2.0.0
|
28 |
pydantic<2.0.0
|
29 |
+
accelerate==0.16.0
|
30 |
+
lightning-utilities==0.9.0
|
31 |
+
pytorch-lightning==1.7.7
|
32 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
33 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
34 |
moses @ git+https://github.com/GT4SD/[email protected]
|