parabellum 0.0.74__tar.gz → 0.0.75__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,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: parabellum
3
- Version: 0.0.74
3
+ Version: 0.0.75
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
7
7
  Requires-Dist: cachier<4,>=3.1.2
8
8
  Requires-Dist: cartopy<0.24,>=0.23.0
9
+ Requires-Dist: chex>=0.1.89
9
10
  Requires-Dist: contextily<2,>=1.6.0
10
11
  Requires-Dist: einops<0.9,>=0.8.0
11
12
  Requires-Dist: equinox>=0.12.2
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "parabellum"
3
- version = "0.0.74"
3
+ version = "0.0.75"
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"
@@ -28,6 +28,7 @@ dependencies = [
28
28
  "jax-tqdm>=0.3.1,<0.4",
29
29
  "equinox>=0.12.2",
30
30
  "jaxkd>=0.1.0",
31
+ "chex>=0.1.89",
31
32
  ]
32
33
 
33
34
  [dependency-groups]
@@ -1785,11 +1785,12 @@ wheels = [
1785
1785
 
1786
1786
  [[package]]
1787
1787
  name = "parabellum"
1788
- version = "0.0.73"
1788
+ version = "0.0.74"
1789
1789
  source = { editable = "." }
1790
1790
  dependencies = [
1791
1791
  { name = "cachier" },
1792
1792
  { name = "cartopy" },
1793
+ { name = "chex" },
1793
1794
  { name = "contextily" },
1794
1795
  { name = "einops" },
1795
1796
  { name = "equinox" },
@@ -1821,6 +1822,7 @@ dev = [
1821
1822
  requires-dist = [
1822
1823
  { name = "cachier", specifier = ">=3.1.2,<4" },
1823
1824
  { name = "cartopy", specifier = ">=0.23.0,<0.24" },
1825
+ { name = "chex", specifier = ">=0.1.89" },
1824
1826
  { name = "contextily", specifier = ">=1.6.0,<2" },
1825
1827
  { name = "einops", specifier = ">=0.8.0,<0.9" },
1826
1828
  { name = "equinox", specifier = ">=0.12.2" },
File without changes
File without changes
File without changes