Skip to content

Commit

Permalink
Upgrade pandas for >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 2, 2024
1 parent 3957b2c commit 976f6d1
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 6 deletions.
81 changes: 75 additions & 6 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ numpy = [
{ version = ">=1.26", python = ">=3.9", optional = true},
{ version = "^1.24", python = ">=3.8, <3.9", optional = true}
]
pandas = [
{version = ">=2.1.0", optional = true, python = ">=3.9"},
{version = ">=2", optional = true, python = ">=3.8, <3.9"}
]

# Language specific dependencies
tinysegmenter = {version = ">=0.4", optional = true}
Expand Down

0 comments on commit 976f6d1

Please sign in to comment.