Skip to content

Commit

Permalink
pycolmap v3.10.0 has an issue on windows 11 with missing dlls. fixing…
Browse files Browse the repository at this point in the history
… to 0.6.1 for now
  • Loading branch information
TheMariday committed Aug 19, 2024
1 parent 693f178 commit 83d5b31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ build-backend = "hatchling.build"

[project]
name = "marimapper"
version = "V1.1"
version = "V1.2"

dependencies = [
"setuptools",
"numpy<1.25.0,>=1.17.3",
"opencv-python",
"tqdm",
"open3d",
"pycolmap",
"pycolmap==0.6.1",
]

classifiers = [
Expand Down

0 comments on commit 83d5b31

Please sign in to comment.