Skip to content

Commit 9b250ff

Browse files
committed
[CORE-1518] update the test with new LIB version;
1 parent 1d82800 commit 9b250ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)