Skip to content

Commit

Permalink
update pybullet_robot dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Aug 6, 2024
1 parent 4063693 commit 892a2f0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
jobs:
# Auto-publish when version is increased
publish-job:
# Only publish on `main` branch
# Only publish on `publish` branch
if: github.ref == 'refs/heads/publish'
runs-on: ubuntu-latest
permissions: # Don't forget permissions
Expand Down
22 changes: 11 additions & 11 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "Saif Sidhik", email = "[email protected]" }]
description = "A Python Robot Control Framework for quickly prototyping control algorithms for different robot embodiments."
readme = "README.md"

dependencies = ["pybullet>=3.2.6,<4", "numpy", "pybullet-robot>=0.1.1,<0.2", "pin>=2.7.0,<3"]
dependencies = ["pybullet>=3.2.6,<4", "numpy", "pin>=2.7.0,<3", "pybullet-robot>=0.1.4"]

[tool.pixi.project]
channels = ["conda-forge"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List, Mapping
import numpy as np
import pybullet_robot
from pybullet_robot.utils.urdf_utils import get_urdf_from_awesome_robot_descriptions
from pybullet_robot.utils.robot_loader_utils import get_urdf_from_awesome_robot_descriptions

from .sim_robot_base import SimulatedRobotInterface
from ....core.types import (
Expand Down

0 comments on commit 892a2f0

Please sign in to comment.