Skip to content

Commit d995c14

Browse files
feat!: Update NumPy version (#217)
* udpate numpy * Update setup.py/README.rst to match pyproject.toml/README.md Co-authored-by: Q-CTRL DevOps <[email protected]>
1 parent b8079e0 commit d995c14

File tree

3 files changed

+35
-39
lines changed

3 files changed

+35
-39
lines changed

poetry.lock

Lines changed: 33 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages = [
3737

3838
[tool.poetry.dependencies] # https://poetry.eustace.io/docs/versions
3939
python = ">=3.7,<3.10"
40-
numpy = "^1.16"
40+
numpy = "^1.20.0"
4141
toml = "^0.10.0"
4242

4343

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
packages=['qctrlopencontrols', 'qctrlopencontrols.driven_controls', 'qctrlopencontrols.dynamic_decoupling_sequences'],
3737
package_dir={"": "."},
3838
package_data={},
39-
install_requires=['numpy==1.*,>=1.16.0', 'toml==0.*,>=0.10.0'],
39+
install_requires=['numpy==1.*,>=1.20.0', 'toml==0.*,>=0.10.0'],
4040
extras_require={"dev": ["black==20.*,>=20.8.0.b1", "isort==5.*,>=5.7.0", "mypy==0.*,>=0.800.0", "nbval==0.*,>=0.9.5", "pre-commit==2.*,>=2.9.3", "pylint==2.*,>=2.6.0", "pylint-runner==0.*,>=0.5.4", "pytest==5.*,>=5.0.0", "qctrl-visualizer==2.*,>=2.12.2", "sphinx==3.*,>=3.2.1", "sphinx-rtd-theme==0.*,>=0.4.3"]},
4141
)

0 commit comments

Comments
 (0)