Skip to content

Commit

Permalink
FIX: downgrade tensorflow in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 6, 2024
1 parent e8809f8 commit 3f84558
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ matplotlib-inline==0.1.7
mdit-py-plugins==0.4.1
mdurl==0.1.2
mistune==3.0.2
ml-dtypes==0.4.0
ml-dtypes==0.3.2
mpmath==1.3.0
mypy==1.11.1
mypy-extensions==1.0.0
Expand Down Expand Up @@ -207,9 +207,9 @@ stack-data==0.6.3
starlette==0.38.2
sympy==1.13.1
tabulate==0.9.0
tensorboard==2.17.0
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.17.0
tensorflow==2.16.2
tensorflow-io-gcs-filesystem==0.37.1
tensorflow-probability==0.24.0
termcolor==2.4.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ matplotlib-inline==0.1.7
mdit-py-plugins==0.4.1
mdurl==0.1.2
mistune==3.0.2
ml-dtypes==0.4.0
ml-dtypes==0.3.2
mpmath==1.3.0
mypy==1.11.1
mypy-extensions==1.0.0
Expand Down Expand Up @@ -206,9 +206,9 @@ stack-data==0.6.3
starlette==0.38.2
sympy==1.13.1
tabulate==0.9.0
tensorboard==2.17.0
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.17.0
tensorflow==2.16.2
tensorflow-io-gcs-filesystem==0.37.1
tensorflow-probability==0.24.0
termcolor==2.4.0
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ matplotlib-inline==0.1.7
mdit-py-plugins==0.4.1
mdurl==0.1.2
mistune==3.0.2
ml-dtypes==0.4.0
ml-dtypes==0.3.2
mpmath==1.3.0
mypy==1.11.1
mypy-extensions==1.0.0
Expand Down Expand Up @@ -206,9 +206,9 @@ stack-data==0.6.3
starlette==0.38.2
sympy==1.13.1
tabulate==0.9.0
tensorboard==2.17.0
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.17.0
tensorflow==2.16.2
tensorflow-probability==0.24.0
termcolor==2.4.0
terminado==0.18.1
Expand Down
6 changes: 3 additions & 3 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ matplotlib-inline==0.1.7
mdit-py-plugins==0.4.1
mdurl==0.1.2
mistune==3.0.2
ml-dtypes==0.4.0
ml-dtypes==0.3.2
mpmath==1.3.0
mypy==1.11.1
mypy-extensions==1.0.0
Expand Down Expand Up @@ -208,9 +208,9 @@ stack-data==0.6.3
starlette==0.38.2
sympy==1.13.1
tabulate==0.9.0
tensorboard==2.17.0
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.17.0
tensorflow==2.16.2
tensorflow-io-gcs-filesystem==0.37.1
tensorflow-probability==0.24.0
termcolor==2.4.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ test = [
"pytest-benchmark",
"pytest-cov",
"pytest-xdist",
"tensorflow !=2.17.0", # https://github.com/ComPWA/tensorwaves/actions/runs/10274147572/job/28430227465?pr=530
"tensorwaves[test-types]",
]
test-types = [
Expand Down

0 comments on commit 3f84558

Please sign in to comment.