Skip to content

Commit

Permalink
changed version and conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerls committed Sep 15, 2022
1 parent cb6b363 commit d052834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ dependencies:
- python==3.8
- numpy
- pip
- pip:
- open3d==0.15.1
- opencv-python==4.6.0.66
- matplotlib
- tqdm==4.64.0
- wget==3.2
- numpy
- pyquaternion==0.9.9
- matplotlib

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name='colmap_wrapper',
version='1.1.0',
version='1.1.1',
description='COLMAP Handler',
license="MIT",
long_description='',
Expand Down

0 comments on commit d052834

Please sign in to comment.