parabellum 0.0.80__tar.gz → 0.0.81__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.80
3
+ Version: 0.0.81
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.80"
3
+ version = "0.0.81"
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"
@@ -26,10 +26,12 @@ dependencies = [
26
26
  "chex>=0.1.89",
27
27
  "osmnx>=2.0.4",
28
28
  "jax>=0.6.0",
29
+
29
30
  ]
30
31
 
31
32
  [dependency-groups]
32
33
  dev = ["esch"]
34
+ gpu = ["jax[cuda12]>=0.6.0"]
33
35
 
34
36
  [tool.uv.sources]
35
37
  esch = { path = "../../esch" }
@@ -48,11 +50,14 @@ environments = [
48
50
  "sys_platform == 'linux'",
49
51
  ]
50
52
 
51
- # Override dependencies to prevent CUDA plugin resolution on non-Linux platforms
53
+ required-environments = [
54
+ "sys_platform == 'darwin'",
55
+ ]
56
+
52
57
  override-dependencies = [
53
- # Prevent jax-cuda12-plugin from being resolved on macOS
54
58
  "jax-cuda12-plugin ; sys_platform == 'linux'",
55
59
  ]
56
60
 
61
+
57
62
  [tool.ruff]
58
63
  line-length = 120
@@ -9,6 +9,9 @@ supported-markers = [
9
9
  "sys_platform == 'darwin'",
10
10
  "sys_platform == 'linux'",
11
11
  ]
12
+ required-markers = [
13
+ "sys_platform == 'darwin'",
14
+ ]
12
15
 
13
16
  [manifest]
14
17
  overrides = [{ name = "jax-cuda12-plugin", marker = "sys_platform == 'linux'" }]
@@ -1735,7 +1738,7 @@ wheels = [
1735
1738
 
1736
1739
  [[package]]
1737
1740
  name = "parabellum"
1738
- version = "0.0.80"
1741
+ version = "0.0.81"
1739
1742
  source = { editable = "." }
1740
1743
  dependencies = [
1741
1744
  { name = "cachier", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
@@ -1764,6 +1767,9 @@ dependencies = [
1764
1767
  dev = [
1765
1768
  { name = "esch", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
1766
1769
  ]
1770
+ gpu = [
1771
+ { name = "jax", extra = ["cuda12"], marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
1772
+ ]
1767
1773
 
1768
1774
  [package.metadata]
1769
1775
  requires-dist = [
@@ -1791,6 +1797,7 @@ requires-dist = [
1791
1797
 
1792
1798
  [package.metadata.requires-dev]
1793
1799
  dev = [{ name = "esch", directory = "../../esch" }]
1800
+ gpu = [{ name = "jax", extras = ["cuda12"], specifier = ">=0.6.0" }]
1794
1801
 
1795
1802
  [[package]]
1796
1803
  name = "parso"
File without changes
File without changes
File without changes