Skip to content

Commit

Permalink
Merge pull request #666 from mprib/665-mediapipe-version-0101-not-ava…
Browse files Browse the repository at this point in the history
…ilable

test out most recent mediapipe
  • Loading branch information
mprib authored Dec 20, 2024
2 parents 505225a + 40d1b54 commit a688d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caliscope"
version = "0.5.3"
version = "0.5.4"
description = "GUI based multicamera calibration that integrates with 2D landmark tracking to triangulate 3D landmark positions"
authors = ["Mac Prible <prible@gmail.com>"]
license = "BSD-2-Clause"
Expand All @@ -13,7 +13,7 @@ scipy = "^1.10.1"
pyqtgraph = "^0.13.2"
PyOpenGL = "^3.1.6"
numba = "^0.57.0"
mediapipe = "0.10.1"
mediapipe = "0.10.20"
pyside6 = "^6.5.2"
opencv-contrib-python = "^4.8.0.74"
rtoml = "^0.9.0"
Expand Down

0 comments on commit a688d99

Please sign in to comment.