Skip to content

Commit

Permalink
Support conda on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Feb 11, 2025
1 parent c670cd0 commit 19ebd41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jupyter/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: codegraph
channels:
- conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
- conda-forge
dependencies:
- python=3.12.*
- _python_rc=* # Needed on Mac since Python >= 3.12
- jupyter=1.1.*
- matplotlib=3.10.*
- nbconvert=7.2.*
- nbconvert-webpdf=7.2.*
- nbconvert=7.16.*
- nbconvert-webpdf=7.16.*
- numpy=1.26.*
- pandas=2.2.*
- pip=25.0.*
Expand Down

0 comments on commit 19ebd41

Please sign in to comment.