Skip to content

Commit

Permalink
deps: bump upper scmrepo limit to <3 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 15, 2023
1 parent 96c6d9d commit 96b4434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

install_requires = [
"scmrepo>=1.4.0,<2",
"scmrepo>=1.4.0,<3",
"typer>=0.4.1",
"rich",
# pydantic.v1.parse_obj is broken in ==2.0.0:
Expand Down

0 comments on commit 96b4434

Please sign in to comment.