Spaces:
Runtime error
Runtime error
update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -20,7 +20,8 @@ PyTDC==0.3.7
|
|
20 |
gradio>=3.9
|
21 |
markdown-it-py>=2.1.0
|
22 |
mols2grid>=0.2.0
|
23 |
-
pandas>=1.0.0
|
|
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
25 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
26 |
moses @ git+https://github.com/GT4SD/[email protected]
|
|
|
20 |
gradio>=3.9
|
21 |
markdown-it-py>=2.1.0
|
22 |
mols2grid>=0.2.0
|
23 |
+
pandas>=1.0.0,<2.0.0
|
24 |
+
pydantic<2.0.0
|
25 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
26 |
guacamol_baselines @ git+https://github.com/GT4SD/[email protected]
|
27 |
moses @ git+https://github.com/GT4SD/[email protected]
|