File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pip install playground
2525### From Source
2626
2727> [ !IMPORTANT]
28- > Requires Python 3.9 or later.
28+ > Requires Python 3.10 or later.
2929
30301 . ` pip install -U "jax[cuda12]" `
3131 * Verify GPU backend: python -c "import jax; print(jax.default_backend())" should print gpu
Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ readme = "README.md"
99authors = [
1010 {name = " Google DeepMind" , email = " mujoco@deepmind.com" },
1111]
12- requires-python = " >=3.9 "
12+ requires-python = " >=3.10 "
1313dynamic = [" description" ]
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " Framework :: Robot Framework :: Library" ,
1717 " Intended Audience :: Developers" ,
1818 " Intended Audience :: Science/Research" ,
1919 " License :: OSI Approved :: Apache Software License" ,
20- " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
2221 " Programming Language :: Python :: 3.11" ,
2322 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments