Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 17, 2023
1 parent 4f4d4e1 commit a7d6a68
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra
- cotengra>=0.5.3
- coverage
- cytoolz
- joblib
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 @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra
- cotengra>=0.5.3
- coverage
- cytoolz
- joblib
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 @@ -3,7 +3,7 @@ channels:
- defaults
dependencies:
- autoray>=0.6.7
- cotengra
- cotengra>=0.5.3
- coverage
- cytoolz
- joblib
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 @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra
- cotengra>=0.5.3
- coverage
- cytoolz
- joblib
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 @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra
- cotengra>=0.5.3
- coverage
- cpuonly
- cytoolz
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readme():
packages=find_packages(exclude=["deps", "tests*"]),
install_requires=[
"autoray>=0.6.7",
"cotengra>=0.5.2",
"cotengra>=0.5.3",
"cytoolz>=0.8.0",
"numba>=0.39",
"numpy>=1.17",
Expand All @@ -48,8 +48,8 @@ def readme():
],
"docs": [
"astroid<3.0.0",
"autoray>=0.6.6",
"cotengra>=0.5",
"autoray>=0.6.7",
"cotengra>=0.5.3",
"doc2dash>=2.4.1",
"furo",
"ipython!=8.7.0",
Expand Down

0 comments on commit a7d6a68

Please sign in to comment.