File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pip install playground
25
25
### From Source
26
26
27
27
> [ !IMPORTANT]
28
- > Requires Python 3.9 or later.
28
+ > Requires Python 3.10 or later.
29
29
30
30
1 . ` pip install -U "jax[cuda12]" `
31
31
* 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"
9
9
authors = [
10
10
{
name =
" Google DeepMind" ,
email =
" [email protected] " },
11
11
]
12
- requires-python = " >=3.9 "
12
+ requires-python = " >=3.10 "
13
13
dynamic = [" description" ]
14
14
classifiers = [
15
15
" Development Status :: 5 - Production/Stable" ,
16
16
" Framework :: Robot Framework :: Library" ,
17
17
" Intended Audience :: Developers" ,
18
18
" Intended Audience :: Science/Research" ,
19
19
" License :: OSI Approved :: Apache Software License" ,
20
- " Programming Language :: Python :: 3.9" ,
21
20
" Programming Language :: Python :: 3.10" ,
22
21
" Programming Language :: Python :: 3.11" ,
23
22
" Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments