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 e557278 commit 3b686e8Copy full SHA for 3b686e8
conda-environment.yml
@@ -8,7 +8,7 @@ dependencies:
8
- python=3.12.9
9
- _python_rc=1 # Needed on Mac since Python >= 3.12
10
- jupyter=1.1.1
11
- - matplotlib=3.10.5
+ - matplotlib=3.10.6
12
- nbconvert=7.16.6
13
- nbconvert-webpdf=7.16.6
14
- numpy=1.26.4
requirements.txt
@@ -5,7 +5,7 @@
5
6
# --- Core tools ---
7
jupyter==1.1.1
-matplotlib==3.10.5
+matplotlib==3.10.6
nbconvert[webpdf]==7.16.6
numpy==1.26.4
pandas==2.2.3
0 commit comments