Skip to content

Commit

Permalink
Remove requirement for lower pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgray-19 committed Jan 24, 2024
1 parent 8fc8bd1 commit b30811f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ where = ["src"]
version = {attr = "pymadng.__version__"}

[project.optional-dependencies]
tfs = [
"pandas>=1.0,<2.1.0",
"tfs-pandas>3.0.0"
]
tfs = ["tfs-pandas>3.0.0"]

0 comments on commit b30811f

Please sign in to comment.