Skip to content

Commit e1f2115

Browse files
committed
[CORE-1697] bump syncano python lib version
1 parent 690c276 commit e1f2115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
BeautifulSoup==3.2.1
2525
boto3==1.2.5
26-
syncano==5.4.1
26+
syncano==5.4.4
2727
mixpanel==4.3.0
2828
mixpanel-query-py==0.1.7
2929
Sendinblue==2.0.2

requirements_python3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
beautifulsoup4==4.4.1
2525
boto3==1.2.5
26-
syncano==5.4.1
26+
syncano==5.4.4
2727
mixpanel==4.3.0
2828
sendgrid==3.2.10
2929
python-telegram-bot==5.0.0

test_v50.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.1')):
1+
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.4')):
22
assert __import__(lib).__version__ == version

0 commit comments

Comments
 (0)