Skip to content

Commit

Permalink
Include pre-release identifier for upper pin
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Aug 20, 2024
1 parent f0f9549 commit 2a33517
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 @@ -30,7 +30,7 @@ dependencies:
- nbsphinx
- nccl
- ninja
- numpy>=1.23,<3
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
- pre-commit
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 @@ -32,7 +32,7 @@ dependencies:
- nbsphinx
- nccl
- ninja
- numpy>=1.23,<3
- numpy>=1.23,<3.0a0
- numpydoc
- pre-commit
- pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ dependencies:
- output_types: [conda, requirements]
packages:
- ninja
- numpy>=1.23,<3
- numpy>=1.23,<3.0a0
- pytest
- pytest-forked
- pytest-xdist
Expand Down

0 comments on commit 2a33517

Please sign in to comment.