Skip to content

Commit 96f661c

Browse files
committed
Merge branch 'master' into tf2
2 parents 3eac5e2 + 969dc83 commit 96f661c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sanic==19.9.0
4040
sanic-cors==0.9.9.post1
4141
sanic-jwt==1.3.2
4242
# needed because of https://github.com/RasaHQ/rasa/issues/5216
43-
cloudpickle==1.2.2
43+
cloudpickle~=1.2.0
4444
# https://github.com/RasaHQ/rasa/pull/5064
4545
sanic-plugins-framework==0.8.2
4646
# needed because of https://github.com/huge-success/sanic/issues/1729

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"sanic-cors==0.9.9.post1",
7171
"sanic-jwt~=1.3",
7272
# needed because of https://github.com/RasaHQ/rasa/issues/5216
73-
"cloudpickle==1.2.2",
73+
"cloudpickle~=1.2.0",
7474
# needed because of https://github.com/huge-success/sanic/issues/1729
7575
"multidict==4.6.1",
7676
"aiohttp~=3.5",

0 commit comments

Comments
 (0)