Skip to content

Commit

Permalink
add test-time dependency on setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 6, 2024
1 parent 1584885 commit 3c5736b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies:
- recommonmark
- scikit-image>=0.19.0,<0.25.0a0
- scipy>=1.6.0
- setuptools>=60.0
- sphinx<6
- sysroot_linux-64==2.17
- tifffile>=2022.7.28
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies:
- recommonmark
- scikit-image>=0.19.0,<0.25.0a0
- scipy>=1.6.0
- setuptools>=60.0
- sphinx<6
- sysroot_linux-64==2.17
- tifffile>=2022.7.28
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ dependencies:
- pytest-cov>=2.12.1
- pytest-lazy-fixtures>=1.0.0
- pytest-xdist
- setuptools>=60.0 # provides 'distutils', keeps 'GPUtil' working on Python 3.12+
- tifffile>=2022.7.28
- pooch>=1.6.0 # needed to download scikit-image sample data
- pywavelets>=1.0
Expand Down
1 change: 1 addition & 0 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ test = [
"pytest-xdist",
"pytest>=6.2.4,<8.0.0a0",
"pywavelets>=1.0",
"setuptools>=60.0",
"tifffile>=2022.7.28",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
developer = [
Expand Down

0 comments on commit 3c5736b

Please sign in to comment.