Skip to content

Commit

Permalink
remove pandas upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Feb 7, 2024
1 parent d7a648d commit 43d500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = {text = "BSD 3-clause"}
requires-python = ">=3.8,<4"
dependencies = [
"numpy >= 1.21.0",
"pandas >= 1.5.0, <2.0.0",
"pandas >= 1.5.0",
"featuretools >= 1.5.0, <2.0.0",
"woodwork >= 0.8.1",
"nltk >= 3.4.5",
Expand Down

0 comments on commit 43d500a

Please sign in to comment.