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

Add support for Python 3.11, require NumPy 1.23+ #139

Merged
merged 3 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -38,7 +38,7 @@ dependencies:
- pytest
- pytest-forked
- pytest-xdist
- python>=3.9,<3.11
- python>=3.9,<3.12
- pytorch-cuda=11.8
- pytorch=2.0.0
- recommonmark
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 @@ -38,7 +38,7 @@ dependencies:
- pytest
- pytest-forked
- pytest-xdist
- python>=3.9,<3.11
- python>=3.9,<3.12
- recommonmark
- scikit-build
- sphinx-copybutton
Expand Down
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,12 @@ dependencies:
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
- python>=3.9,<3.11
- python=3.11
- matrix:
packages:
- python>=3.9,<3.12
run:
common:
- output_types: [conda, requirements]
Expand Down
Loading