Skip to content

Commit

Permalink
fix: remove pandas pin (#1746)
Browse files Browse the repository at this point in the history
# Description

Removes the `pandas` pin.

# Related Issue(s)

Resolves #1745
  • Loading branch information
dhirschfeld authored Oct 20, 2023
1 parent 1691030 commit a9cdd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [

[project.optional-dependencies]
pandas = [
"pandas<2"
"pandas"
]
devel = [
"mypy",
Expand Down

0 comments on commit a9cdd60

Please sign in to comment.