diff --git a/README.md b/README.md index 417da1cd..6ca6b671 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ pip install scipy-stubs | `ndimage` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 | | `odr` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 | | `optimize` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 | -| `signal` | ✔️ | ✔️ | ✔️ | ✔️ | 🌒 | +| `signal` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 | | `sparse` | ✔️ | ✔️ | ✔️ | ✔️ | 🌒 | | `spatial` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 | | `special` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 | diff --git a/poetry.lock b/poetry.lock index 28c2c294..b5b126d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,4 +1056,4 @@ scipy = ["scipy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "976b0212f7904350b6bd16b871816ca1fb9088f6987dc1adcf7ccd025834dd4e" +content-hash = "c903befcafde3221aec5d828f0e18045680e7c854184bb6906d06d1779ba7165" diff --git a/pyproject.toml b/pyproject.toml index 83fb07d5..33befcee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["poetry-core"] [tool.poetry] name = "scipy-stubs" description = "Typing Stubs for SciPy" -version = "1.14.1.4.dev0" +version = "1.14.1.4" authors = ["Joren Hammudoglu "] license = "BSD-3-Clause" readme = "README.md" @@ -29,7 +29,7 @@ scipy = ["scipy"] [tool.poetry.dependencies] python = "^3.10" -optype = "^0.7.1" +optype = ">=0.7.1" scipy = {version = ">=1.10", optional = true} [tool.poetry.group.dev.dependencies]