Skip to content

Commit

Permalink
require autoray v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 17, 2023
1 parent ee74f7c commit 13b57b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.6
- autoray>=0.6.7
- cotengra
- coverage
- cytoolz
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-jax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.6
- autoray>=0.6.7
- cotengra
- coverage
- cytoolz
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-slepc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- defaults
dependencies:
- autoray>=0.6.6
- autoray>=0.6.7
- cotengra
- coverage
- cytoolz
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.6
- autoray>=0.6.7
- cotengra
- coverage
- cytoolz
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.6
- autoray>=0.6.7
- cotengra
- coverage
- cpuonly
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def readme():
license="Apache",
packages=find_packages(exclude=["deps", "tests*"]),
install_requires=[
"autoray>=0.6.6",
"autoray>=0.6.7",
"cotengra>=0.5.2",
"cytoolz>=0.8.0",
"numba>=0.39",
Expand Down

0 comments on commit 13b57b7

Please sign in to comment.