Skip to content

Commit 3b686e8

Browse files
Update dependency matplotlib to v3.10.6
1 parent e557278 commit 3b686e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python=3.12.9
99
- _python_rc=1 # Needed on Mac since Python >= 3.12
1010
- jupyter=1.1.1
11-
- matplotlib=3.10.5
11+
- matplotlib=3.10.6
1212
- nbconvert=7.16.6
1313
- nbconvert-webpdf=7.16.6
1414
- numpy=1.26.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# --- Core tools ---
77
jupyter==1.1.1
8-
matplotlib==3.10.5
8+
matplotlib==3.10.6
99
nbconvert[webpdf]==7.16.6
1010
numpy==1.26.4
1111
pandas==2.2.3

0 commit comments

Comments
 (0)