Skip to content

Commit

Permalink
tests: pin keras and tf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 22, 2024
1 parent f1c780a commit c140350
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pytest
pytest-qt
# keras 3 stopped support for opening old test model files that we are using
# in the tests. We are planning to strip ML support from dclab, so this is
# a temporary pin.
# https://github.com/DC-analysis/dclab/issues/236
keras<3
tensorflow==2.15.1
dclab[ml]

0 comments on commit c140350

Please sign in to comment.