mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove numpy version pin for several stubs(#12476)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
version = "0.13.2"
|
||||
# Requires a version of numpy and matplotlib with a `py.typed` file
|
||||
# TODO: stubtest errors when using numpy 2
|
||||
requires = ["matplotlib>=3.8", "numpy>=1.20,<2", "pandas-stubs"]
|
||||
requires = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs"]
|
||||
# matplotlib>=3.8 requires Python >=3.9
|
||||
requires_python = ">=3.9"
|
||||
upstream_repository = "https://github.com/mwaskom/seaborn"
|
||||
|
||||
Reference in New Issue
Block a user