Skip to content

Commit

Permalink
fix: constrain tensorflow >= 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Apr 15, 2021
1 parent b84f988 commit 563ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
phasespace >= 1.2.0
PyYAML
sympy
tensorflow >= 2.4 # tensorflow.experimental.numpy
tensorflow >= 2.4.0 # tensorflow.experimental.numpy
tqdm >= 4.24.0 # autonotebook
typing-extensions; python_version < "3.8.0"
packages = find:
Expand Down

0 comments on commit 563ed6a

Please sign in to comment.