Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ae9f298a authored by hhakim's avatar hhakim
Browse files

Set numpy version specifier to >=1.23.

Issue #311
parent fa5bcb0a
Branches
Tags 3.38.4
No related merge requests found
Pipeline #834165 skipped
......@@ -382,7 +382,7 @@ if(BUILD_WRAPPER_PYTHON)
set(FAUST_PYTHON_SRC_SRC_DIR ${FAUST_PYTHON_SRC_DIR}/src/ CACHE INTERNAL "")
set(FAUST_PYTHON_BIN_DIR ${FAUST_BIN_WRAPPER_DIR}/python CACHE INTERNAL "")
set(FAUST_PYTHON_TARGET faust_python CACHE INTERNAL "")
set(PYFAUST_PYTHON_REQUIREMENTS "pylops scipy numpy>=1.24 matplotlib>=2.0.0") # pathlib") #ENOTE: order matters in setup.py, the last package is installed first
set(PYFAUST_PYTHON_REQUIREMENTS "pylops scipy numpy>=1.23 matplotlib>=2.0.0") # pathlib") #ENOTE: order matters in setup.py, the last package is installed first
endif(BUILD_WRAPPER_PYTHON)
......
......@@ -16,7 +16,7 @@ requirements:
run:
- python
- scipy
- numpy >=1.24
- numpy >=1.23
- matplotlib >=2.0.0
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment