Skip to content

Commit

Permalink
#13 Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Oct 16, 2023
1 parent 1e090f6 commit 065e938
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 2 deletions.
171 changes: 170 additions & 1 deletion poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9, <3.13"
astropy = "^5.2"
scipy = "^1.10"
xarray = "^2023.1"

[tool.poetry.group.dev.dependencies]
black = "^23.9"
ipython = "^8.16"
ipython = "^8.15"
pytest = "^7.4"

[build-system]
Expand Down

0 comments on commit 065e938

Please sign in to comment.