Skip to content

Commit

Permalink
manual 3.8 fixes accidentally undid the floor... it should be 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 21, 2024
1 parent 13ab21a commit ff2889e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- pytest-lazy-fixtures>=1.0.0
- pytest-xdist
- pytest>=6.2.4,<8.0.0a0
- python>=3.9,<3.12
- python>=3.10,<3.12
- pywavelets>=1.0
- recommonmark
- scikit-image>=0.19.0,<0.24.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- pytest-lazy-fixtures>=1.0.0
- pytest-xdist
- pytest>=6.2.4,<8.0.0a0
- python>=3.9,<3.12
- python>=3.10,<3.12
- pywavelets>=1.0
- recommonmark
- scikit-image>=0.19.0,<0.24.0a0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ dependencies:
- python=3.11
- matrix:
packages:
- python>=3.9,<3.12
- python>=3.10,<3.12
rapids_build_setuptools:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit ff2889e

Please sign in to comment.