Skip to content

Commit

Permalink
explicitly specify dependencies that are imported inside dvc (#10370)
Browse files Browse the repository at this point in the history
Most of these are also transitive dependencies, but we should explicitly
specify them if they are imported within dvc.
  • Loading branch information
skshetry authored Mar 23, 2024
1 parent fb628bf commit e223f51
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,29 @@ dynamic = ["version"]

dependencies = [
"attrs>=22.2.0",
"celery",
"colorama>=0.3.9",
"configobj>=5.0.6",
"distro>=1.3",
"dpath<3,>=2.1.0",
"dulwich",
"dvc-data>=3.15,<3.16",
"dvc-http>=2.29.0",
"dvc-objects",
"dvc-render>=1.0.1,<2",
"dvc-studio-client>=0.20,<1",
"dvc-task>=0.3.0,<1",
"flatten_dict<1,>=0.4.1",
# https://github.com/iterative/dvc/issues/9654
"flufl.lock>=5,<8",
"flufl.lock>=5,<8", # https://github.com/iterative/dvc/issues/9654
"fsspec",
"funcy>=1.14",
"grandalf<1,>=0.7",
"gto>=1.6.0,<2",
"hydra-core>=1.1",
"iterative-telemetry>=0.0.7",
"kombu",
"networkx>=2.5",
"omegaconf",
"packaging>=19",
"pathspec>=0.10.3",
"platformdirs<4,>=3.1.1",
Expand Down

0 comments on commit e223f51

Please sign in to comment.