parabellum 0.0.77__tar.gz → 0.0.78__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.77
3
+ Version: 0.0.78
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "parabellum"
3
- version = "0.0.77"
3
+ version = "0.0.78"
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"
@@ -32,6 +32,7 @@ dependencies = [
32
32
  dev = ["esch"]
33
33
 
34
34
  [tool.uv]
35
+ constraint-dependencies = ["jax-cuda12-plugin; platform_system != 'Darwin'"]
35
36
 
36
37
  [tool.uv.sources]
37
38
  esch = { path = "../../esch" }
@@ -6,6 +6,9 @@ resolution-markers = [
6
6
  "sys_platform != 'linux'",
7
7
  ]
8
8
 
9
+ [manifest]
10
+ constraints = [{ name = "jax-cuda12-plugin", marker = "sys_platform != 'darwin'" }]
11
+
9
12
  [[package]]
10
13
  name = "absl-py"
11
14
  version = "2.2.2"
@@ -1757,7 +1760,7 @@ wheels = [
1757
1760
 
1758
1761
  [[package]]
1759
1762
  name = "parabellum"
1760
- version = "0.0.76"
1763
+ version = "0.0.78"
1761
1764
  source = { editable = "." }
1762
1765
  dependencies = [
1763
1766
  { name = "cachier" },
File without changes
File without changes
File without changes