We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086c724 commit dfea4aaCopy full SHA for dfea4aa
requirements.txt
@@ -15,6 +15,9 @@ absl-py>=0.8.0
15
setuptools >= 41.0.0
16
tensorflow-probability==0.7.0
17
tensor2tensor==1.14.0
18
+# fixes https://github.com/RasaHQ/rasa/issues/5231
19
+# remove when removing `tensor2tensor`
20
+gym==0.15.4
21
apscheduler==3.6.0
22
tqdm==4.31.0
23
networkx==2.4.0
setup.py
@@ -46,6 +46,9 @@
46
"setuptools >= 41.0.0",
47
"tensorflow-probability~=0.7.0",
48
"tensor2tensor~=1.14.0",
49
+ # fixes https://github.com/RasaHQ/rasa/issues/5231
50
+ # remove when removing `tensor2tensor`
51
+ "gym<=0.15.4",
52
"apscheduler~=3.0",
53
"tqdm~=4.0",
54
"networkx~=2.4.0",
0 commit comments