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 f9219b2 commit ede082aCopy full SHA for ede082a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.17.1
4
+
5
+- Mark it as requiring `nptyping<2`
6
7
## 1.17.0
8
9
- Add `typehints_use_rtype` option
setup.cfg
@@ -43,7 +43,7 @@ testing =
43
covdefaults>=2
44
coverage>=6
45
diff-cover>=6.4
46
- nptyping>=1
+ nptyping>=1,<2
47
pytest>=6
48
pytest-cov>=3
49
sphobjinv>=2
0 commit comments