Skip to content

Commit

Permalink
fix: pin upper bound version for Encord dependency (#692)
Browse files Browse the repository at this point in the history
Encord versions greater than 0.1.114 modify LabelRowMetadata class also
used in Active, so we are pinning the upper bound version of that dependency.
  • Loading branch information
eloy-encord authored Apr 19, 2024
1 parent 8d291ad commit f448d9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ encord-active = "encord_active.cli.main:cli"

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
encord = "^0.1.95"
encord = ">=0.1.95,<0.1.115"
numpy = ">=1.23.5,<1.24.0"
opencv-python = "4.5.5.64"
natsort = "^8.1.0"
Expand Down

0 comments on commit f448d9f

Please sign in to comment.