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

Commit

Permalink
Merge branch 'branch-24.04' into fix_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon authored Mar 14, 2024
2 parents 6318d52 + af8c770 commit dc3f377
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
- numpy>=1.23,<2.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
- numpy>=1.23,<2.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
- numpy>=1.23,<2.0a0
- pytest
- pytest-forked
- pytest-xdist
Expand Down

0 comments on commit dc3f377

Please sign in to comment.