Skip to content

Commit 19ebd41

Browse files
committed
Support conda on MacOs
1 parent c670cd0 commit 19ebd41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jupyter/environment.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: codegraph
22
channels:
3+
- conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
34
- conda-forge
45
dependencies:
56
- python=3.12.*
7+
- _python_rc=* # Needed on Mac since Python >= 3.12
68
- jupyter=1.1.*
79
- matplotlib=3.10.*
8-
- nbconvert=7.2.*
9-
- nbconvert-webpdf=7.2.*
10+
- nbconvert=7.16.*
11+
- nbconvert-webpdf=7.16.*
1012
- numpy=1.26.*
1113
- pandas=2.2.*
1214
- pip=25.0.*

0 commit comments

Comments
 (0)