Skip to content

Commit

Permalink
Merge pull request #129 from tud-amr/fix-allowed-version-fk
Browse files Browse the repository at this point in the history
fix[dependencies]: Limits version of forward kinematics allowed
  • Loading branch information
maxspahn authored Jan 28, 2024
2 parents 013085a + cb08d60 commit f62aed1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "fabrics"
version = "0.8.9"
version = "0.8.10"
description = "Optimization fabrics in python."
authors = ["Max Spahn <[email protected]>"]
readme = "README.md"
Expand All @@ -16,12 +16,12 @@ geomdl = "^5.3.1"
pyquaternion = "^0.9.9"
pickle-mixin = "^1.0.2"
quaternionic = "^1.0.0"
forwardkinematics = ">=1.1.3"
mpscenes = "^0.4"
pynput = "^1.7.6"
vector = "^1.1.1"
pytest = "6.2.5"
deprecation = "^2.1.0"
forwardkinematics = ">=1.1.4,<1.2"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit f62aed1

Please sign in to comment.