File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ dependencies = [
14
14
" numpy >=1.20" ,
15
15
" packaging >=17" ,
16
16
" importlib_resources >=5.12; python_version < '3.12'" ,
17
+ " typing_extensions >=4.6; python_version < '3.13'" ,
17
18
]
18
19
classifiers = [
19
20
" Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ extras = test
77
77
deps =
78
78
# General minimum dependencies: pin based on API usage
79
79
min: packaging ==17
80
- min: importlib_resources ==1.3; python_version < '3.9'
80
+ min: importlib_resources ==5.12; python_version < '3.12'
81
+ min: typing_extensions ==4.6; python_version < '3.13'
81
82
# NEP29/SPEC0 + 1yr: Test on minor release series within the last 3 years
82
83
# We're extending this to all optional dependencies
83
84
# This only affects the range that we test on; numpy is the only non-optional
You can’t perform that action at this time.
0 commit comments