Skip to content

Commit d69ea81

Browse files
committed
Unpin typing_extensions
1 parent 36a42de commit d69ea81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Tools used for testing
22
docopt
3-
mypy==1.11.*
3+
mypy==1.13.*
44
pyright
55

66
# Typed libraries and stubs
77
matplotlib>=3.8
88
pytest
99
scipy-stubs
10-
typing_extensions==4.2.0
10+
typing_extensions
1111

1212
# Untyped libraries, used to prevent "reportMissingImports" and get inferred typing
1313
joblib

0 commit comments

Comments
 (0)