Skip to content

Commit

Permalink
Move to conda open3d
Browse files Browse the repository at this point in the history
  • Loading branch information
travisdriver committed Oct 15, 2024
1 parent 2737ec6 commit 2800239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- pytorch
- conda-forge
- nvidia
- open3d-admin
dependencies:
# python essentials
- python=3.8
Expand Down Expand Up @@ -45,10 +46,10 @@ dependencies:
- plotly=4.14.3
- tabulate
- simplejson
- open3d
# testing
- parameterized
- pip:
- open3d==0.17.0
- opencv-python>=4.5.4.58
- pydegensac
- colour
Expand Down
3 changes: 2 additions & 1 deletion environment_linux_cpuonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
# channel.
- pytorch
- conda-forge
- open3d-admin
dependencies:
# python essentials
- python=3.8
Expand Down Expand Up @@ -44,10 +45,10 @@ dependencies:
- plotly=4.14.3
- tabulate
- simplejson
- open3d
# testing
- parameterized
- pip:
- open3d==0.17.0
- opencv-python>=4.5.4.58
- pydegensac
- colour
Expand Down

0 comments on commit 2800239

Please sign in to comment.