Skip to content

Commit

Permalink
update version constraint for dvc and tfds
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Dec 7, 2023
1 parent 6282871 commit c85cc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dvc>=3.0.0
dvc==3.30.1 # fix version to avoid some import issues
fsspec <= 2022.11.0; python_version < '3.8' # https://github.com/openvinotoolkit/datumaro/actions/runs/4003215621/jobs/6871114851#step:5:1647
GitPython>=3.1.18,!=3.1.25 # https://github.com/openvinotoolkit/datumaro/issues/612
openvino-telemetry>=2022.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def parse_requirements(filename=CORE_REQUIREMENTS_FILE):
install_requires=CORE_REQUIREMENTS,
extras_require={
"tf": ["tensorflow"],
"tfds": ["tensorflow-datasets"],
"tfds": ["tensorflow-datasets<4.9.3"],
"tf-gpu": ["tensorflow-gpu"],
"torch": ["torch", "torchvision"],
"default": DEFAULT_REQUIREMENTS,
Expand Down

0 comments on commit c85cc00

Please sign in to comment.