Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sanic to make Rasa compatible with the latest rasa-sdk changes #10084

Merged
merged 17 commits into from
Nov 5, 2021
Merged
Prev Previous commit
Next Next commit
TF updates
  • Loading branch information
alwx committed Nov 5, 2021
commit 8379d679d908f3f05d9bfdd204a6bd6320feff3d
42 changes: 23 additions & 19 deletions 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.6,<2.7"
tensorflow = ">=2.6,<2.6.2"
tensorflow_hub = ">=0.10,<0.13"
tensorflow-addons = "~0.14"
tensorflow-estimator = "~2.6"
Expand Down