Skip to content

Commit

Permalink
Merge pull request #9678 from RasaHQ/limit-upper-tf-version
Browse files Browse the repository at this point in the history
limit upper tensorflow version
  • Loading branch information
wochinge authored Sep 20, 2021
2 parents 940119a + 0e4d0fe commit 802b115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/9678.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Explicitly set the upper limit for currently compatible TensorFlow versions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ SQLAlchemy = ">=1.3.3,<1.5.0"
sklearn-crfsuite = "~0.3"
psycopg2-binary = ">=2.8.2,<2.10.0"
python-dateutil = "~2.8"
tensorflow = "^2.3.4"
tensorflow = ">=2.3.4,<2.4"
tensorflow_hub = ">=0.10,<0.13"
tensorflow-addons = ">=0.10,<0.14"
tensorflow-estimator = "~2.3"
Expand Down

0 comments on commit 802b115

Please sign in to comment.