mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 13:35:04 +08:00
Pin numpy in various stubs (#12554)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
version = "3.2.1"
|
||||
upstream_repository = "https://github.com/networkx/networkx"
|
||||
# requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20"]
|
||||
# see https://github.com/python/typeshed/issues/12551
|
||||
# on why we need the upper bound
|
||||
requires = ["numpy>=1.20,<2.1.0"]
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
Reference in New Issue
Block a user