Mentions légales du service

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

Config packages to numpy >=1.24.

Issue #295
parent ac93899a
No related branches found
No related tags found
No related merge requests found
Pipeline #834146 skipped
......@@ -380,7 +380,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 "pygsp scipy numpy==1.22 matplotlib>=2.0.0") # pathlib") #ENOTE: order matters in setup.py, the last package is installed first
set(PYFAUST_PYTHON_REQUIREMENTS "pygsp scipy numpy>=1.24 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.22
- numpy >=1.24
- 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