File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11name : build-env
22dependencies :
33 - boa
4- - numpy <1.24
4+ - numpy !=1.23.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ dependencies:
88 - pytest-cov
99 - pytest-timeout
1010 - coverage
11- - coveralls
11+ - coveralls >= 3.3
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requirements:
2727 - libcblas * *netlib
2828 - liblapack * *netlib
2929 - python
30- - numpy <1.24
30+ - numpy !=1.23.0
3131 - pip
3232 - scikit-build >=0.15
3333 - setuptools >=45
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ requires = [
55 " wheel" ,
66 " scikit-build>=0.15" ,
77 " cmake>=3.14" ,
8- # python-control/Slycot/issues/187
9- " numpy<1.24" ]
8+ " numpy!=1.23.0" ]
109build-backend = " setuptools.build_meta"
1110
1211[project ]
Original file line number Diff line number Diff line change @@ -647,8 +647,7 @@ set(CMAKE_Fortran_FLAGS )
647647add_custom_target (wrapper ALL DEPENDS ${SLICOT_FSOURCE} ${SLYCOT_FSOURCE} )
648648add_custom_command (
649649 OUTPUT _wrappermodule.c _wrapper-f2pywrappers.f
650- COMMAND ${F2PY_EXECUTABLE} -m SLYCOT
651- ${CMAKE_CURRENT_SOURCE_DIR} /${F2PYSOURCE}
650+ COMMAND ${F2PY_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR} /${F2PYSOURCE}
652651 DEPENDS ${F2PYSOURCE_DEPS} ${F2PYSOURCE}
653652)
654653
You can’t perform that action at this time.
0 commit comments