Skip to content

Commit dfea4aa

Browse files
committed
pin gym version to avoid segmentation fault
1 parent 086c724 commit dfea4aa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ absl-py>=0.8.0
1515
setuptools >= 41.0.0
1616
tensorflow-probability==0.7.0
1717
tensor2tensor==1.14.0
18+
# fixes https://github.com/RasaHQ/rasa/issues/5231
19+
# remove when removing `tensor2tensor`
20+
gym==0.15.4
1821
apscheduler==3.6.0
1922
tqdm==4.31.0
2023
networkx==2.4.0

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"setuptools >= 41.0.0",
4747
"tensorflow-probability~=0.7.0",
4848
"tensor2tensor~=1.14.0",
49+
# fixes https://github.com/RasaHQ/rasa/issues/5231
50+
# remove when removing `tensor2tensor`
51+
"gym<=0.15.4",
4952
"apscheduler~=3.0",
5053
"tqdm~=4.0",
5154
"networkx~=2.4.0",

0 commit comments

Comments
 (0)