Skip to content

Commit

Permalink
add missing dependency and version bump (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 authored May 2, 2024
1 parent 500b952 commit 6065330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath("../../mani_skill"))
__version__ = "3.0.0.b1"
__version__ = "3.0.0b2"
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "3.0.0.b1"
__version__ = "3.0.0b2"

long_description = """ManiSkill is a powerful unified framework for robot simulation and training powered by [SAPIEN](https://sapien.ucsd.edu/). The entire stack is as open-source as possible and ManiSkill v3 is in beta release now. Among its features include:
- GPU parallelized visual data collection system. On the high end you can collect RGBD + Segmentation data at 20k FPS with a 4090 GPU, 10-100x faster compared to most other simulators.
Expand Down Expand Up @@ -41,6 +41,7 @@
"imageio[ffmpeg]",
"mplib>=0.1.1",
"fast_kinematics==0.0.1",
"IPython",
"huggingface_hub", # we use HF to version control some assets/datasets more easily
],
# Glob patterns do not automatically match dotfiles
Expand Down

0 comments on commit 6065330

Please sign in to comment.