Skip to content

Commit

Permalink
Update pyproject stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed Apr 27, 2024
1 parent 771a576 commit f6ef2bc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
29 changes: 28 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ healpy = "^1.16.6"
astropy = ">=5.0.1"
jplephem = "^2.17"
scipy = "^1.13.0"
astropy-healpix = "^1.0.3"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand All @@ -58,8 +59,8 @@ build-backend = "poetry.core.masonry.api"
disable_error_code = ["misc"]
plugins = "numpy.typing.mypy_plugin"
overrides = [
{ module = "healpy.*", ignore_missing_imports = true },
{ module = "astropy.*", ignore_missing_imports = true },
{ module = "astropy_healpix.*", ignore_missing_imports = true },
{ module = "scipy.*", ignore_missing_imports = true },
{ module = "pkg_resources.*", ignore_missing_imports = true },
]
Expand Down

0 comments on commit f6ef2bc

Please sign in to comment.