Skip to content

Commit 327aca2

Browse files
committed
Update to Python 3.12. and all conda environment packages
1 parent ed8d73b commit 327aca2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: codegraph
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.11.*
6-
- jupyter=1.0.*
7-
- matplotlib=3.6.*
8-
- nbconvert=7.2.*
9-
- nbconvert-webpdf=7.2.*
10-
- numpy=1.23.*
11-
- pandas=1.5.*
12-
- pip=22.3.*
5+
- python=3.12.*
6+
- jupyter=1.1.*
7+
- matplotlib=3.10.*
8+
- nbconvert=7.16.*
9+
- nbconvert-webpdf=7.16.*
10+
- numpy=2.2.*
11+
- pandas=2.2.*
12+
- pip=25.0.*
1313
- opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
14+
- wordcloud=1.9.*
15+
- monotonic=1.*
1416
- pip:
15-
- monotonic==1.*
16-
- wordcloud==1.9.*
17-
- neo4j==5.11.*
17+
- neo4j==5.23.*

0 commit comments

Comments
 (0)