Spaces:
Runtime error
Runtime error
update
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -18,7 +18,7 @@ gradio==3.12.0
|
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid>=0.2.0
|
20 |
numpy==1.23.5
|
21 |
-
pandas>=1.0.0
|
22 |
httpcore==0.15
|
23 |
pydantic<2.0.0
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|
|
|
18 |
markdown-it-py>=2.1.0
|
19 |
mols2grid>=0.2.0
|
20 |
numpy==1.23.5
|
21 |
+
pandas>=1.0.0,<2.0.0
|
22 |
httpcore==0.15
|
23 |
pydantic<2.0.0
|
24 |
terminator @ git+https://github.com/IBM/regression-transformer@gt4sd
|