File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies = [
6565 " h5py" ,
6666 # "ipp==2021.12.*", # PyPI conflicts with conda package
6767 " numba" ,
68- " numpy>=1.23" ,
68+ " numpy>=1.23,<2.0 " ,
6969 " olefile>=0.46" ,
7070 " pillow" ,
7171 " pywavelets" ,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ if not "%GIT_DESCRIBE_NUMBER%"=="0" (
66)
77:: -G "Visual Studio 16 2019" specifies the the generator
88:: -T v142 specifies the toolset
9- pip install . --no-deps -Ccmake.args=" -G Visual Studio 16 2019 -T v142"
9+ uv pip install . -Ccmake.args=" -G Visual Studio 16 2019 -T v142"
1010if errorlevel 1 exit 1
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL="${PKG_VERSION}"
1313if test " ${GIT_DESCRIBE_NUMBER} " ! = " 0" ; then
1414 export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL=" ${PKG_VERSION} .dev${GIT_DESCRIBE_NUMBER} +${GIT_DESCRIBE_HASH} "
1515fi
16- pip install . --no-deps -Ccmake.args= " ${extra_args} "
16+ uv pip install .
Original file line number Diff line number Diff line change 1919
2020# creates pairs of versions using zip_keys, lists must be the same length
2121ipp_version :
22- - ' 2021.12 '
22+ - ' 2022.1 '
2323python :
2424 - 3.10
2525 - 3.10
Original file line number Diff line number Diff line change 3939requirements :
4040 build :
4141 - python
42- - numpy {{ numpy }}
43- - pip
44- - setuptools >=64
45- - setuptools_scm >=8
42+ - uv
4643 - cmake # [not osx]
4744 - cmake >=3.16 # [osx]
4845 - libgcc-ng # [linux]
@@ -51,10 +48,6 @@ requirements:
5148 - openmp # [osx]
5249 - vc 14 # [win]
5350 - ninja # [not win]
54- - ipp-include {{ ipp_version }}
55- - ipp-devel {{ ipp_version }}
56- - ipp {{ ipp_version }}
57- - scikit-build-core >=0.10
5851
5952 run :
6053 - python
@@ -71,7 +64,6 @@ requirements:
7164 - olefile >=0.46
7265 - pywavelets
7366 - cil-data >=22
74- - {{ pin_compatible('ipp', min_pin='x.x', max_pin='x.x') }}
7567 - tqdm
7668 - numba
7769
You can’t perform that action at this time.
0 commit comments