Update requirements.txt
Browse filesREverted numpy to avoid conflict with pandas
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ huggingface-hub
|
|
6 |
ipywidgets
|
7 |
jupyterlab
|
8 |
matplotlib
|
9 |
-
numpy
|
10 |
opencv-contrib-python
|
11 |
pandas
|
12 |
panel
|
|
|
6 |
ipywidgets
|
7 |
jupyterlab
|
8 |
matplotlib
|
9 |
+
numpy==1.26.4
|
10 |
opencv-contrib-python
|
11 |
pandas
|
12 |
panel
|