Skip to content
Snippets Groups Projects
Commit fe422a3b authored by Sander Snoo's avatar Sander Snoo
Browse files

Require python >= 3.10 and numpy >= 1.24, < 2.0

parent 027e427c
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,11 @@ print('packages: %s' % packages) ...@@ -8,11 +8,11 @@ print('packages: %s' % packages)
setup(name="pulse_lib", setup(name="pulse_lib",
version="1.7.31", version="1.7.31",
packages = find_packages(), packages = find_packages(),
python_requires=">=3.7", python_requires=">=3.10",
install_requires=[ install_requires=[
'si_prefix', 'si_prefix',
'qcodes>=0.27.0', 'qcodes >= 0.27.0',
'numpy>=1.20.0', 'numpy >= 1.24, < 2.0',
'scipy', 'scipy',
], ],
license='MIT', license='MIT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment