Li Nguyen commited on
Commit
c83d579
·
1 Parent(s): c019ec6

Exclude problematic numpy version

Browse files
Files changed (2) hide show
  1. requirements.in +1 -0
  2. requirements.txt +4 -2
requirements.in CHANGED
@@ -2,3 +2,4 @@
2
  gunicorn
3
  openpyxl
4
  vizro==0.1.44
 
 
2
  gunicorn
3
  openpyxl
4
  vizro==0.1.44
5
+ numpy!=2.0.2 # there is an issue with this specific version that the whl can't be built
requirements.txt CHANGED
@@ -56,8 +56,10 @@ mypy-extensions==1.0.0
56
  # via black
57
  nest-asyncio==1.6.0
58
  # via dash
59
- numpy==2.0.2
60
- # via pandas
 
 
61
  openpyxl==3.1.5
62
  # via -r requirements.in
63
  packaging==24.1
 
56
  # via black
57
  nest-asyncio==1.6.0
58
  # via dash
59
+ numpy==2.3.2
60
+ # via
61
+ # -r requirements.in
62
+ # pandas
63
  openpyxl==3.1.5
64
  # via -r requirements.in
65
  packaging==24.1