Skip to content

Commit c64c954

Browse files
remove_workaround: Corrected required version of numpy for the dtype workaround to be
unnecessary - should be 1.15.1.
1 parent 3e1d1ad commit c64c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
check_version('labscript', '2.1', '3')
2626
check_version('blacs', '2.4.0', '3.0.0')
2727
check_version('zprocess', '2.2.7', '3')
28-
check_version('numpy', '1.5.1', '2')
28+
check_version('numpy', '1.15.1', '2')
2929

3030
from labscript_utils import labscript_suite_install_dir, dedent
3131

0 commit comments

Comments
 (0)