Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Mar 28, 2024
1 parent aeaf482 commit 60fce0d
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 @@ -33,7 +33,7 @@ classifiers = [
# `ci/environment-mindeps.yaml` conda environment. When updating minimum dependencies
# here, make sure to also update `ci/environment-mindeps.yaml`.
[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.8,<4.0"
python-cmr = ">=0.9.0"
pqdm = ">=0.1"
requests = ">=2.26"
Expand Down

0 comments on commit 60fce0d

Please sign in to comment.