Skip to content

Commit

Permalink
scipy-stubs 1.14.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Nov 19, 2024
1 parent 13bf726 commit 3ea1900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pip install scipy-stubs
| `ndimage` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 |
| `odr` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 |
| `optimize` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 |
| `signal` | ✔️ | ✔️ | ✔️ | ✔️ | 🌒 |
| `signal` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 |
| `sparse` | ✔️ | ✔️ | ✔️ | ✔️ | 🌒 |
| `spatial` | ✔️ | ✔️ | ✔️ | ✔️ | 🌕 |
| `special` | ✔️ | ✔️ | ✔️ | ✔️ | 🌓 |
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "BSD-3-Clause"
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit 3ea1900

Please sign in to comment.