labscript-suite / labscript

The 𝗹𝗮𝗯𝘀𝗰𝗿𝗶𝗽𝘁 library provides a translation from expressive Python code to low-level hardware instructions.
http://labscriptsuite.org
BSD 2-Clause "Simplified" License
9 stars 48 forks source link

Remove use of numpy_dtype_workaround #61

Closed chrisjbillington closed 4 years ago

chrisjbillington commented 4 years ago

It is not needed since numpy 1.15, which labscript_utils depends on guaranteeing we have it.