Spaces:
Running
Running
Li Nguyen
commited on
Commit
·
a43816c
1
Parent(s):
64e7b89
Exclude problematic numpy version
Browse files- requirements.in +1 -0
- requirements.txt +4 -2
requirements.in
CHANGED
@@ -5,3 +5,4 @@ isort==5.13.2
|
|
5 |
plotly==6.0.0
|
6 |
vizro==0.1.44
|
7 |
gunicorn
|
|
|
|
5 |
plotly==6.0.0
|
6 |
vizro==0.1.44
|
7 |
gunicorn
|
8 |
+
numpy!=2.0.2 # there is an issue with this specific version that the whl can't be built
|
requirements.txt
CHANGED
@@ -62,8 +62,10 @@ narwhals==1.25.0
|
|
62 |
# via plotly
|
63 |
nest-asyncio==1.6.0
|
64 |
# via dash
|
65 |
-
numpy==2.
|
66 |
-
# via
|
|
|
|
|
67 |
packaging==24.1
|
68 |
# via
|
69 |
# black
|
|
|
62 |
# via plotly
|
63 |
nest-asyncio==1.6.0
|
64 |
# via dash
|
65 |
+
numpy==2.3.2
|
66 |
+
# via
|
67 |
+
# -r requirements.in
|
68 |
+
# pandas
|
69 |
packaging==24.1
|
70 |
# via
|
71 |
# black
|