Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
require numpy 1.23+
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 28, 2024
1 parent 74027ef commit 6807fd4
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.17
- numpy>=1.23
- 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.17
- numpy>=1.23
- 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.17
- numpy>=1.23
- pytest
- pytest-forked
- pytest-xdist
Expand Down

0 comments on commit 6807fd4

Please sign in to comment.