Skip to content

Commit

Permalink
Merge pull request #24 from seberg/my_new_branch
Browse files Browse the repository at this point in the history
Remove NumPy <2 pin
  • Loading branch information
BradReesWork authored Oct 1, 2024
2 parents 80f399a + 2fe68ad commit 6998bde
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,<2.0a0
- 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-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- nbsphinx
- nccl
- ninja
- numpy>=1.23,<2.0a0
- 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 @@ -213,7 +213,7 @@ dependencies:
- output_types: [conda, requirements]
packages:
- ninja
- numpy>=1.23,<2.0a0
- numpy>=1.23,<3.0a0
- pytest
- pytest-forked
- pytest-xdist
Expand Down

0 comments on commit 6998bde

Please sign in to comment.