Skip to content

Commit

Permalink
fix quaternion library installation; add a script to test new compone…
Browse files Browse the repository at this point in the history
…nts in sim
  • Loading branch information
justagist committed Aug 8, 2024
1 parent a10453e commit ebac345
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 16 deletions.
69 changes: 55 additions & 14 deletions pixi.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ dependencies = [
"yourdfpy>=0.0.56,<0.0.57",
"scipy>=1.14.0,<2",
"pygame>=2.6.0,<3",
"numpy>=1.26", "quaternion>=3.5.2.post4,<4", "inputs>=0.5,<0.6",
"numpy>=1.26",
"inputs>=0.5,<0.6",
"numpy-quaternion>=2023.0.4,<2024",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["pyrcf", "pyrcf.*"] # Add this line with wildcard
include = ["pyrcf", "pyrcf.*"] # Add this line with wildcard

[tool.pixi.project]
channels = ["conda-forge"]
Expand Down
Loading

0 comments on commit ebac345

Please sign in to comment.