Skip to content

Commit

Permalink
release alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 30, 2024
1 parent 75f2754 commit f0a0d53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ name = "scipy-stubs"
packages = [{include = "scipy-stubs"}]
readme = "README.md"
repository = "https://github.com/jorenham/scipy-stubs/"
version = "1.4.1.dev0"
version = "1.4.1a1"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues"
"Changelog" = "https://github.com/jorenham/scipy-stubs/releases"

[tool.poetry.dependencies]
optype = "^0.6.1"
python = "^3.10.1"
optype = "^0.6.1"
scipy = "^1.14.1"

[tool.poetry.group.lint.dependencies]
basedmypy = "^2.6.0"
basedpyright = "^1.17.1"
ruff = "^0.6.2"
ruff = "^0.6.3"

[tool.poetry.group.dev.dependencies]
poethepoet = "^0.27.0"
Expand Down

0 comments on commit f0a0d53

Please sign in to comment.