jannisborn
commited on
update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -22,7 +22,8 @@ gradio==3.12.0
|
|
22 |
markdown-it-py>=2.1.0
|
23 |
mols2grid>=0.2.0
|
24 |
numpy==1.23.5
|
25 |
-
pandas>=1.0.0
|
|
|
26 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
27 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
28 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
22 |
markdown-it-py>=2.1.0
|
23 |
mols2grid>=0.2.0
|
24 |
numpy==1.23.5
|
25 |
+
pandas>=1.0.0,<2.0.0
|
26 |
+
pydantic<2.0.0
|
27 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
28 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
29 |
moses @ git+https://github.com/GT4SD/[email protected]
|