We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c670cd0 commit 19ebd41Copy full SHA for 19ebd41
jupyter/environment.yml
@@ -1,12 +1,14 @@
1
name: codegraph
2
channels:
3
+ - conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
4
- conda-forge
5
dependencies:
6
- python=3.12.*
7
+ - _python_rc=* # Needed on Mac since Python >= 3.12
8
- jupyter=1.1.*
9
- matplotlib=3.10.*
- - nbconvert=7.2.*
- - nbconvert-webpdf=7.2.*
10
+ - nbconvert=7.16.*
11
+ - nbconvert-webpdf=7.16.*
12
- numpy=1.26.*
13
- pandas=2.2.*
14
- pip=25.0.*
0 commit comments