We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6e4ed commit 93971e1Copy full SHA for 93971e1
test_v50.py
@@ -1,2 +1,2 @@
1
-for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.4')):
+for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.6')):
2
assert __import__(lib).__version__ == version
0 commit comments