Skip to content

Commit f7eb9d6

Browse files
committed
[CORE-1649] update python Library version;
1 parent baae098 commit f7eb9d6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/*
2+
*.pyc

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.1.0
26+
syncano==5.4.1
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,6 +23,6 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
beautifulsoup4==4.4.1
2525
boto3==1.2.5
26-
syncano==5.1.0
26+
syncano==5.4.1
2727
mixpanel==4.3.0
2828
mixpanel-query-py==0.1.7

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.1.0')):
1+
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.1')):
22
assert __import__(lib).__version__ == version

0 commit comments

Comments
 (0)