Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Mar 7, 2024
1 parent 6cf6a61 commit 219ac76
Show file tree
Hide file tree
Showing 2 changed files with 2 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,4 +1,4 @@
from mani_skill2 import __version__
__version__ = "3.0.0.dev0"
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include=["mani_skill2*", "warp_maniskill*"],
exclude=["warp_maniskill.warp.tests"],
),
python_requires=">=3.8",
python_requires=">=3.9",
setup_requires=["setuptools>=62.3.0"],
install_requires=[
"numpy>=1.22",
Expand Down

0 comments on commit 219ac76

Please sign in to comment.