We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4d1b9 commit e40d548Copy full SHA for e40d548
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
For this release, test coverage is 72%.
6
7
+- Preparing for NumPy V2 compatibility: this is a work in progress, as NumPy V2 is not
8
+ yet released. In the meantime, requirements have been updated to exclude NumPy V2.
9
- Fix `QwtPlot.axisInterval` (was raising `AttributeError`)
10
- Removed unnecessary dependencies (pytest-qt, pytest-cov)
11
- Moved `conftest.py` to project root
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: 3.12",
32
]
33
requires-python = ">=3.8, <4"
34
-dependencies = ["NumPy>=1.21", "QtPy>=1.9"]
+dependencies = ["NumPy>=1.21,<2", "QtPy>=1.9"]
35
dynamic = ["version"]
36
37
[project.urls]
0 commit comments