Skip to content

Commit ede082a

Browse files
authored
Require nptyping<2 (#227)
1 parent f9219b2 commit ede082a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.17.1
4+
5+
- Mark it as requiring `nptyping<2`
6+
37
## 1.17.0
48

59
- Add `typehints_use_rtype` option

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ testing =
4343
covdefaults>=2
4444
coverage>=6
4545
diff-cover>=6.4
46-
nptyping>=1
46+
nptyping>=1,<2
4747
pytest>=6
4848
pytest-cov>=3
4949
sphobjinv>=2

0 commit comments

Comments
 (0)