Skip to content

Commit ae1216b

Browse files
committed
minor
1 parent 2c6d2cd commit ae1216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
packages=all_packages,
1919
package_dir={'ocelot.demos': 'demos'}, ## install examples along with the rest of the source
2020
install_requires=[
21-
'numpy', 'scipy', 'matplotlib', 'pandas'
21+
'numpy >=1.16', 'scipy', 'matplotlib', 'pandas'
2222
],
2323
extras_require={'docs': ['Sphinx', 'alabaster', 'sphinxcontrib-jsmath']},
2424
package_data={'ocelot.optics': ['data/*.dat']},

0 commit comments

Comments
 (0)