Skip to content

Commit

Permalink
Remove nptyping mentions and constrain numpy to >=1.21 to support NDA…
Browse files Browse the repository at this point in the history
…rray
  • Loading branch information
eleftherioszisis committed Oct 10, 2024
1 parent 9c794c7 commit 76720b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Requirements
------------

* `numpy <https://numpy.org/>`_
* nptyping
* typing_extensions

v1.0+ requires Python 3.7 or above. If you have an older Python version, please install a v0.x release instead.
Expand Down
5 changes: 2 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sphinx==5.1.1
sphinx-rtd-theme==1.0.0
numpy>=1.11.1
numpy>=1.21
numpydoc==1.4.0
nptyping
typing_extensions
typing_extensions
3 changes: 1 addition & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Requirements
------------

* `numpy <https://numpy.org/>`_
* nptyping
* typing_extensions

v1.0+ requires Python 3.7 or above. If you have an older Python version, please install a v0.x release instead.
Expand Down Expand Up @@ -108,4 +107,4 @@ Contents
Issue tracker <https://github.com/mhe/pynrrd/issues>
Releases <https://github.com/mhe/pynrrd/releases>
PyPi <https://pypi.org/project/pynrrd/>
License <https://github.com/mhe/pynrrd/blob/master/LICENSE>
License <https://github.com/mhe/pynrrd/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]

dependencies = ["numpy >=1.11.1", "nptyping", "typing_extensions"]
dependencies = ["numpy >= 1.21", "typing_extensions"]

[project.optional-dependencies]
dev = ["build", "pre-commit", "pytest"]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
numpy>=1.11.1
nptyping
numpy>=1.21
typing_extensions

0 comments on commit 76720b9

Please sign in to comment.