Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed May 16, 2024
1 parent 5fcdb7c commit f82092d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
testset: [matrix, tensor]
env: [base]
os: [ubuntu-latest]
python-version: [3.9, '3.10', '3.11']
python-version: [3.9, '3.10', '3.11', '3.12']
flaky: [false]

include:
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra>=0.5.6
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cytoolz
- joblib
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py-jax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra>=0.5.6
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cytoolz
- joblib
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py-slepc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- conda-forge
- defaults
dependencies:
- autoray>=0.6.7
- cotengra>=0.5.6
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cytoolz
- joblib
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py-tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra>=0.5.6
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cytoolz
- joblib
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.7
- cotengra>=0.5.6
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cpuonly
- cytoolz
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def readme():
license="Apache",
packages=find_packages(exclude=["deps", "tests*"]),
install_requires=[
"autoray>=0.6.10",
"cotengra>=0.5.6",
"autoray>=0.6.12",
"cotengra>=0.6.1",
"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.7",
"cotengra>=0.5.3",
"autoray>=0.6.12",
"cotengra>=0.6.1",
"doc2dash>=2.4.1",
"furo",
"ipython!=8.7.0",
Expand All @@ -71,6 +71,7 @@ def readme():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="quantum physics tensor networks tensors dmrg tebd",
)

0 comments on commit f82092d

Please sign in to comment.