Skip to content

Commit

Permalink
Update requirements. (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Update requirements bot <none>
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent dec8d42 commit 5cbb53d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
120 changes: 60 additions & 60 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
numpy = {version = "<2,>=1.23.0", optional = true}
pandas = {version = "<3,>=1.5.0", optional = true}
pyarrow = {version = "<14,>=9.0.0", optional = true}
pyarrow = {version = "<14,>=10.0.0", optional = true}
python = "<4,>=3.10"


Expand All @@ -34,7 +34,7 @@ mypy = "<1.7,>=1.6"
numpy = "<2,>=1.23"
pandas = "<3,>=1.5"
pandas-stubs = "<3,>=1.5"
pyarrow = "<14,>=9.0"
pyarrow = "<14,>=10.0"
pylint = "<3.1,>=3.0"
pytest = "<7.5,>=7.4"
taskipy = "<1.13,>=1.12"
Expand Down

0 comments on commit 5cbb53d

Please sign in to comment.