Skip to content

Commit

Permalink
#77 Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Jun 14, 2022
1 parent eacae1c commit b5bbb96
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 6 deletions.
65 changes: 59 additions & 6 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pandas = [
{ version = ">=1.3, <1.4", python = ">=3.7.1, <3.8" },
{ version = "^1.3", python = ">=3.8, <3.11" },
]
pandas-dataclasses = "^0.2"
scipy = "^1.4"

[tool.poetry.dev-dependencies]
Expand All @@ -38,6 +39,7 @@ ipython = [
{ version = "^8.4", python = ">=3.8, <3.11" },
]
myst-parser = "^0.18"
pandas-stubs = "^1.2"
pydata-sphinx-theme = "^0.9"
pytest = "^7.1"
sphinx = "^5.0"
Expand Down

0 comments on commit b5bbb96

Please sign in to comment.