Skip to content

Commit

Permalink
relax numpy lower version in pixi requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Aug 6, 2024
1 parent 3e2f3d9 commit 26e2e70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## [0.1.4] - 2024-08-07

### Fixes

- pypi installation conflict in numpy versions for pyrcf and pybullet_robot pkgs

## [0.1.3] - 2024-08-07

### Adds
Expand Down
6 changes: 3 additions & 3 deletions pixi.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,13 +1,13 @@
[project]
name = "pybullet_robot"
version = "0.1.3"
version = "0.1.4"
description = "A generel Python interface class for robot simulations using PyBullet. Also provides an IK interface for multi-end-effector robots that uses bullet physics as a solver."
readme = "README.md"
authors = [{ name = "Saif Sidhik", email = "[email protected]" }]
requires-python = ">= 3.10"
dependencies = [
"robot-descriptions>=1.11.0,<2",
"numpy>=2.0.1,<3",
"numpy>=1.6,<3",
"scipy>=1.14.0,<2",
"pybullet>=3.2.6,<4",
]
Expand Down

0 comments on commit 26e2e70

Please sign in to comment.