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 @@ -17,7 +17,7 @@ requires = [
17
17
" setuptools>=42" ,
18
18
" scikit-build" ,
19
19
" cmake>=3.21, <5" , # Keep in-sync with `CMakeLists.txt`
20
- " numpy>=1.10.0, <2 " , # Keep in-sync with `setup.py`
20
+ " numpy>=1.10.0, <3 " , # Keep in-sync with `setup.py`
21
21
" archspec>=0.2.0" , # Keep in-sync with `setup.py`
22
22
" toml>=0.10.2" , # Keep in-sync with `setup.py` required for the tests
23
23
# "pybind11", # Installed in CMakeLists.txt
Original file line number Diff line number Diff line change 51
51
cmake_install_dir = 'src/svs' ,
52
52
cmake_args = cmake_args ,
53
53
install_requires = [
54
- "numpy>=1.10.0, <2 " , # keep in-sync with `pyproject.toml`
54
+ "numpy>=1.10.0, <3 " , # keep in-sync with `pyproject.toml`
55
55
"archspec>=0.2.0" , # keep in-sync with `pyproject.toml`
56
56
"toml>=0.10.2" , # keep in-sync with `pyproject.toml` required for the tests
57
57
],
You can’t perform that action at this time.
0 commit comments