File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: Keep this file in sync with requirements.txt
12name : codegraph
23channels :
34 - conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
@@ -13,7 +14,7 @@ dependencies:
1314 - numpy=1.26.*
1415 - pandas=2.2.*
1516 - pip=25.0.*
16- - setuptools=75.8 .* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
17+ - setuptools=80.9 .* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
1718 - typing-extensions=4.12.* # Also needed for opentsne and Python >= 3.12
1819 - opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
1920 - wordcloud=1.9.*
Original file line number Diff line number Diff line change 11# --- Core Python version ---
22# NOTE: Python version must be >= 3.12 for compatibility
33# This should be enforced by the user/environment, not pip
4+ # NOTE: Keep this file in sync with conda-environment.yml
45
56# --- Core tools ---
67jupyter == 1.1.*
@@ -9,7 +10,7 @@ nbconvert[webpdf]==7.16.*
910numpy == 1.26.*
1011pandas == 2.2.*
1112pip == 25.0.*
12- setuptools == 75.8 .* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
13+ setuptools == 80.9 .* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
1314typing-extensions == 4.12.* # Needed for opentsne and Python >= 3.12
1415
1516# --- Visualization ---
You can’t perform that action at this time.
0 commit comments