File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 fi
120120 # Test minimal versioning?
121121 if [[ "${{ matrix.minimal-dep }}" == "true" ]]; then
122- echo "sisl_install_packages='numpy==1.21 .*' 'scipy==1.6 .*' 'xarray==0.21.*'" >> $GITHUB_OUTPUT
122+ echo "sisl_install_packages='numpy==1.22 .*' 'scipy==1.8 .*' 'xarray==0.21.*'" >> $GITHUB_OUTPUT
123123 else
124124 echo "sisl_install_packages=" >> $GITHUB_OUTPUT
125125 fi
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 --index-url https://test.pypi.org/simple/ \
196196 --extra-index-url https://pypi.org/simple/ \
197197 "sisl[test,viz]==${{ env.SISL_VERSION }}" \
198- "numpy==1.21 .*" "scipy==1.6 .*" "xarray==0.21.*"
198+ "numpy==1.22 .*" "scipy==1.8 .*" "xarray==0.21.*"
199199
200200 - name : Install sisl + dependencies (arm)
201201 if : matrix.os == 'macos-14'
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ cmake_print_variables(CMAKE_INTERPROCEDURAL_OPTIMIZATION)
2323cmake_print_variables (CMAKE_POSITION_INDEPENDENT_CODE )
2424cmake_print_variables (CMAKE_INSTALL_PREFIX )
2525cmake_print_variables (CMAKE_PREFIX_PATH )
26+ cmake_print_variables (CMAKE_SYSTEM_NAME )
27+ cmake_print_variables (CMAKE_CROSSCOMPILING )
2628if (SKBUILD)
2729 message (STATUS "scikit-build-core: ${SKBUILD_CORE_VERSION} " )
2830endif ()
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ keywords = [
5252# lower bound of dependencies.
5353dependencies = [
5454 # We need npt.NDArray
55- " numpy>=1.21 " ,
56- " scipy>=1.6 " ,
55+ " numpy>=1.22 " ,
56+ " scipy>=1.8 " ,
5757 # I can't get it to work on py311 with older versions
5858 " pyparsing>=2.2.1" ,
5959 # xarray fixes get_loc in 0.21
You can’t perform that action at this time.
0 commit comments