parabellum 0.0.76__tar.gz → 0.0.77__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: parabellum
3
- Version: 0.0.76
3
+ Version: 0.0.77
4
4
  Summary: Parabellum environment for parallel warfare simulation
5
5
  Author-email: Noah Syrkis <desk@syrkis.com>
6
6
  Requires-Python: <3.12,>=3.11
@@ -14,7 +14,7 @@ Requires-Dist: flashbax<0.2,>=0.1.2
14
14
  Requires-Dist: flax<0.11,>=0.10.4
15
15
  Requires-Dist: geopy<3,>=2.4.1
16
16
  Requires-Dist: jax-tqdm<0.4,>=0.3.1
17
- Requires-Dist: jax<0.7,>=0.6.0
17
+ Requires-Dist: jax>=0.6.0
18
18
  Requires-Dist: jaxkd>=0.1.0
19
19
  Requires-Dist: jaxtyping<0.3,>=0.2.33
20
20
  Requires-Dist: navix<0.8,>=0.7.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "parabellum"
3
- version = "0.0.76"
3
+ version = "0.0.77"
4
4
  description = "Parabellum environment for parallel warfare simulation"
5
5
  authors = [{ name = "Noah Syrkis", email = "desk@syrkis.com" }]
6
6
  requires-python = ">=3.11,<3.12"
@@ -14,7 +14,6 @@ dependencies = [
14
14
  "jaxtyping>=0.2.33,<0.3",
15
15
  "cartopy>=0.23.0,<0.24",
16
16
  "cachier>=3.1.2,<4",
17
- "jax>=0.6.0,<0.7",
18
17
  "optax>=0.2.4,<0.3",
19
18
  "flax>=0.10.4,<0.11",
20
19
  "wandb>=0.19.7,<0.20",
@@ -26,6 +25,7 @@ dependencies = [
26
25
  "jaxkd>=0.1.0",
27
26
  "chex>=0.1.89",
28
27
  "osmnx>=2.0.4",
28
+ "jax>=0.6.0",
29
29
  ]
30
30
 
31
31
  [dependency-groups]
@@ -1757,7 +1757,7 @@ wheels = [
1757
1757
 
1758
1758
  [[package]]
1759
1759
  name = "parabellum"
1760
- version = "0.0.75"
1760
+ version = "0.0.76"
1761
1761
  source = { editable = "." }
1762
1762
  dependencies = [
1763
1763
  { name = "cachier" },
@@ -1798,7 +1798,7 @@ requires-dist = [
1798
1798
  { name = "flashbax", specifier = ">=0.1.2,<0.2" },
1799
1799
  { name = "flax", specifier = ">=0.10.4,<0.11" },
1800
1800
  { name = "geopy", specifier = ">=2.4.1,<3" },
1801
- { name = "jax", specifier = ">=0.6.0,<0.7" },
1801
+ { name = "jax", specifier = ">=0.6.0" },
1802
1802
  { name = "jax-tqdm", specifier = ">=0.3.1,<0.4" },
1803
1803
  { name = "jaxkd", specifier = ">=0.1.0" },
1804
1804
  { name = "jaxtyping", specifier = ">=0.2.33,<0.3" },
File without changes
File without changes
File without changes