Skip to content

Commit 170baa4

Browse files
eari100jenriver
andauthored
Remove Python 3.10 support (#51)
* Remove Python 3.10 support This commit removes Python 3.10 from the supported versions list in `pyproject.toml`. Flax 0.12.0 and later versions officially support Python 3.11+. * Add tensorflow dependency --------- Co-authored-by: Jen Ha <[email protected]>
1 parent 2549b85 commit 170baa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ authors = [
55
{ name = "JAX-bonsai developers", email = "[email protected]" },
66
]
77
description = "A collection of lightweight, open-source models built on JAX."
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.11"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
classifiers = [
1212
"Development Status :: 3 - Alpha",
1313
"Intended Audience :: Developers",
1414
"Intended Audience :: Science/Research",
15-
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",
1817
"Programming Language :: Python :: 3.13",
@@ -46,6 +45,7 @@ densenet121 = [
4645
testing = [
4746
"torch",
4847
"keras_hub",
48+
"tensorflow",
4949
]
5050

5151
[project.urls]

0 commit comments

Comments
 (0)