Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
gradio>=4.0.0
|
2 |
onnxruntime>=1.15.0
|
3 |
-
numpy
|
4 |
Pillow>=10.0.0
|
5 |
rdkit>=2023.3.1
|
6 |
pandas
|
|
|
1 |
gradio>=4.0.0
|
2 |
onnxruntime>=1.15.0
|
3 |
+
numpy==1.26.0
|
4 |
Pillow>=10.0.0
|
5 |
rdkit>=2023.3.1
|
6 |
pandas
|