File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requires = [
2727 # Avoid https://github.com/pypa/virtualenv/issues/2006
2828 " distlib==0.3.9" ,
2929 # Numpy headers
30- " numpy>=1.14.3,<2.3 .0" , # Update setup.py as well.
30+ " numpy>=1.14.3,<2.4 .0" , # Update setup.py as well.
3131 # having cython here will create wheels that are platform dependent.
3232 " cython>=3.0,<4" ,
3333 # # deps for generating external transform wrappers:
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def get_portability_package_data():
383383 'jsonpickle>=3.0.0,<4.0.0' ,
384384 # numpy can have breaking changes in minor versions.
385385 # Use a strict upper bound.
386- 'numpy>=1.14.3,<2.3 .0' , # Update pyproject.toml as well.
386+ 'numpy>=1.14.3,<2.4 .0' , # Update pyproject.toml as well.
387387 'objsize>=0.6.1,<0.8.0' ,
388388 'packaging>=22.0' ,
389389 'pymongo>=3.8.0,<5.0.0' ,
You can’t perform that action at this time.
0 commit comments