darabos commited on
Commit
49c45ee
·
1 Parent(s): 8c4dc8f

Switch to Python 3.12 like GitHub Actions.

Browse files
.python-version CHANGED
@@ -1 +1 @@
1
- 3.11
 
1
+ 3.12
lynxkite-graph-analytics/pyproject.toml CHANGED
@@ -11,6 +11,7 @@ dependencies = [
11
  "lynxkite-core",
12
  "matplotlib>=3.10.1",
13
  "networkx[default]>=3.4.2",
 
14
  "osmnx>=2.0.2",
15
  "pandas>=2.2.3",
16
  "polars>=1.25.2",
@@ -18,7 +19,7 @@ dependencies = [
18
  "torch>=2.7.0",
19
  "torch-geometric>=2.6.1",
20
  "torchdiffeq>=0.2.5",
21
- "umap-learn>=0.5.7",
22
  ]
23
  classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"]
24
 
 
11
  "lynxkite-core",
12
  "matplotlib>=3.10.1",
13
  "networkx[default]>=3.4.2",
14
+ "numba>=0.61.2",
15
  "osmnx>=2.0.2",
16
  "pandas>=2.2.3",
17
  "polars>=1.25.2",
 
19
  "torch>=2.7.0",
20
  "torch-geometric>=2.6.1",
21
  "torchdiffeq>=0.2.5",
22
+ "umap-learn>=0.5.9.post2",
23
  ]
24
  classifiers = ["License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"]
25
 
lynxkite-graph-analytics/uv.lock CHANGED
The diff for this file is too large to render. See raw diff