Skip to content

Commit 4e9c561

Browse files
committed
Update Python to version 3.12
1 parent ed8d73b commit 4e9c561

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
include:
7373
- os: ubuntu-22.04
7474
java: 17
75-
python: 3.11
75+
python: 3.12
7676
miniforge: 24.9.0-0
7777
steps:
7878
- name: Assure that either artifacts-upload-name or sources-upload-name is set

jupyter/environment.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ name: codegraph
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.11.*
5+
- python=3.12.*
66
- jupyter=1.0.*
7-
- matplotlib=3.6.*
7+
- matplotlib=3.10.*
88
- nbconvert=7.2.*
99
- nbconvert-webpdf=7.2.*
10-
- numpy=1.23.*
11-
- pandas=1.5.*
12-
- pip=22.3.*
10+
- numpy=1.26.*
11+
- pandas=2.2.*
12+
- pip=25.0.*
13+
- setuptools=75.8.* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
14+
- typing-extensions=4.12.* # Also needed for opentsne and Python >= 3.12
1315
- opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
1416
- pip:
1517
- monotonic==1.*

0 commit comments

Comments
 (0)