Skip to content

Commit

Permalink
Fix failing dependency install of mesh_to_sdf (#2081)
Browse files Browse the repository at this point in the history
* Fix failing dependency install of mesh_to_sdf
Works around marian42/mesh_to_sdf#38

* add comment
  • Loading branch information
Wumpf authored May 10, 2023
1 parent d597b29 commit 89bf4f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/python/deep_sdf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
mesh_to_sdf===0.0.14
# Work around https://github.com/marian42/mesh_to_sdf/issues/38
# the published version of mesh_to_sdf depends on `sklearn` which is deprecated in a way
# that fails pip on installing it.
-e git+https://github.com/marian42/mesh_to_sdf.git#egg=mesh_to_sdf

numpy
requests==2.28.1
rerun-sdk
Expand Down

0 comments on commit 89bf4f0

Please sign in to comment.