Skip to content

Commit

Permalink
pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 14, 2023
1 parent 2c56263 commit 17fc0e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ joblib = "^1.3.2"
meshcat = "^0.3.2"
omegaconf = "^2.3.0"
open3d = "^0.17.0"
opencv-contrib-python = { version = "^4.8.0.76", optional = true }
opencv-python = { version = "^4.8.0.76", optional = true }
opencv-contrib-python = {optional = true, version = "^4.8.0.76"}
opencv-python = {optional = true, version = "^4.8.0.76"}
panda3d = "=1.10.13"
pin = { version = "^2.6.20", optional = true }
pin = {optional = true, version = "^2.6.20"}
plyfile = "^1.0.1"
pybind11 = "^2.10.4"
pybullet = "^3.2.5"
Expand Down

0 comments on commit 17fc0e8

Please sign in to comment.