Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Oct 5, 2023
1 parent 65e79f0 commit e011edc
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 @@ -32,7 +32,7 @@ python = ">=3.8"
pydantic = "^2.0.3"
pydantic-settings = "^2.0.2"
asyncssh = {extras = ["bcrypt", "fido2"], version = "^2.13.2"}
pandas = "2.0.3" # Newer versions are incompatible with Python 3.8
pandas = "1.5.3" # Newer versions are incompatible with Python 3.8

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit e011edc

Please sign in to comment.