Skip to content

Commit

Permalink
tests: skip tensorflow on py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 3, 2023
1 parent 8785c52 commit 7cb795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps=
numpy
pandas
rich
tf: tensorflow!=2.5.0
!py311-tf: tensorflow!=2.5.0
keras: keras
commands=
pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --nbval-current-env -W=ignore --nbval-sanitize-with=setup.cfg
Expand Down

0 comments on commit 7cb795d

Please sign in to comment.