Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Liu <[email protected]>
  • Loading branch information
ndrluis and kevinjqliu authored Aug 8, 2024
1 parent e9d37a6 commit a82b6e0
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 @@ -49,7 +49,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >=3.9.8,<4.0"
python = ">=3.8, !=3.9.7"
mmh3 = ">=4.0.0,<5.0.0"
requests = ">=2.20.0,<3.0.0"
click = ">=7.1.1,<9.0.0"
Expand Down

0 comments on commit a82b6e0

Please sign in to comment.