statedict2pytree 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: statedict2pytree
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Converts torch models into PyTrees for Equinox
5
5
  Author-email: "Artur A. Galstyan" <mail@arturgalstyan.dev>
6
- Requires-Python: ~=3.10
6
+ Requires-Python: >=3.11
7
7
  Requires-Dist: beartype
8
8
  Requires-Dist: equinox
9
- Requires-Dist: jax>=0.6.1
9
+ Requires-Dist: jax
10
10
  Requires-Dist: jaxlib
11
11
  Requires-Dist: jaxtyping
12
12
  Requires-Dist: pydantic
@@ -1,12 +1,12 @@
1
1
  [project]
2
2
  name = "statedict2pytree"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "Converts torch models into PyTrees for Equinox"
5
5
  readme = "README.md"
6
- requires-python = "~=3.10"
6
+ requires-python = ">=3.11"
7
7
  authors = [{ name = "Artur A. Galstyan", email = "mail@arturgalstyan.dev" }]
8
8
  dependencies = [
9
- "jax>=0.6.1",
9
+ "jax",
10
10
  "equinox",
11
11
  "jaxlib",
12
12
  "beartype",