File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 72
72
include :
73
73
- os : ubuntu-22.04
74
74
java : 17
75
- python : 3.11
75
+ python : 3.12
76
76
miniforge : 24.9.0-0
77
77
steps :
78
78
- name : Assure that either artifacts-upload-name or sources-upload-name is set
Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ name: codegraph
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - python=3.11 .*
5
+ - python=3.12 .*
6
6
- jupyter=1.0.*
7
- - matplotlib=3.6 .*
7
+ - matplotlib=3.10 .*
8
8
- nbconvert=7.2.*
9
9
- nbconvert-webpdf=7.2.*
10
- - numpy=1.23 .*
11
- - pandas=1.5 .*
10
+ - numpy=1.26 .*
11
+ - pandas=2.2 .*
12
12
- pip=22.3.*
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
13
15
- opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
14
16
- pip :
15
17
- monotonic==1.*
You can’t perform that action at this time.
0 commit comments