Skip to content

Commit

Permalink
Revert Open3D to 0.11.2
Browse files Browse the repository at this point in the history
This change fixes a dependency conflict that causes a very old version
of Jinja2 to be installed (see cvat-ai#4618). Open3D is only used for PCD
conversion, so this reverting to an older version is acceptable.

This is a temporary workaround. As a future update we'd like to get rid
of the Open3D dependency, since it pulls in a bunch of unnecessary
dependencies. Also, we'd like to make python dependency resolution more
robust by pinning all (recursive) dependencies to specific versions with
a tool like pip-tools or poetry.
  • Loading branch information
ngaloppo committed May 16, 2022
1 parent ba4175b commit 71515ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tensorflow==2.8.0 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.
# archives. Don't use as a python module because it has GPL license.
patool==1.12
diskcache==5.0.2
open3d==0.14.1
open3d==0.11.2
boto3==1.17.61
azure-storage-blob==12.8.1
google-cloud-storage==1.42.0
Expand Down

0 comments on commit 71515ba

Please sign in to comment.