Skip to content

Commit 1cedf5f

Browse files
committed
#100 Update project dependencies
1 parent 711790a commit 1cedf5f

File tree

2 files changed

+65
-39
lines changed

2 files changed

+65
-39
lines changed

poetry.lock

Lines changed: 61 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ pandas = [
1919
{ version = ">=1.2, <1.4", python = ">=3.7.1, <3.8" },
2020
{ version = "^1.2", python = ">=3.8, <3.11" },
2121
]
22+
pandas-stubs = [
23+
{ version = ">=1.2, <1.4", python = ">=3.7.1, <3.8" },
24+
{ version = "^1.2", python = ">=3.8, <3.11" },
25+
]
2226
typing-extensions = ">=3.10, <5.0"
2327

2428
[tool.poetry.group.dev.dependencies]
@@ -29,7 +33,6 @@ ipython = [
2933
]
3034
mypy = "^0.982"
3135
myst-parser = "^0.18"
32-
pandas-stubs = "^1.2"
3336
pydata-sphinx-theme = "^0.9"
3437
pyright = "^1.1"
3538
pytest = "^7.1"

0 commit comments

Comments
 (0)