Skip to content

Commit

Permalink
feat!: Update NumPy version (#217)
Browse files Browse the repository at this point in the history
* udpate numpy

* Update setup.py/README.rst to match pyproject.toml/README.md

Co-authored-by: Q-CTRL DevOps <[email protected]>
  • Loading branch information
tachikoma-li and qctrlrobot authored Jan 14, 2022
1 parent b8079e0 commit d995c14
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 39 deletions.
70 changes: 33 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages = [

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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
packages=['qctrlopencontrols', 'qctrlopencontrols.driven_controls', 'qctrlopencontrols.dynamic_decoupling_sequences'],
package_dir={"": "."},
package_data={},
install_requires=['numpy==1.*,>=1.16.0', 'toml==0.*,>=0.10.0'],
install_requires=['numpy==1.*,>=1.20.0', 'toml==0.*,>=0.10.0'],
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"]},
)

0 comments on commit d995c14

Please sign in to comment.