Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspahn committed May 7, 2024
2 parents d3c707f + 0f4e66f commit 449b73b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
20 changes: 8 additions & 12 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.9.3"
version = "0.9.4"
description = "Optimization fabrics in python."
authors = ["Max Spahn <[email protected]>"]
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ pynput = "^1.7.6"
vector = "^1.1.1"
pytest = "6.2.5"
deprecation = "^2.1.0"
forwardkinematics = {git = "https://github.com/maxspahn/forwardKinematics", rev = "develop"}
forwardkinematics = "^1.2.2"

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

0 comments on commit 449b73b

Please sign in to comment.