Skip to content

Commit d165038

Browse files
committed
install matplotlib-base instead of matplotlib
this avoids pulling useless dependencies like qt and significantly reduces the size of the image
1 parent ccee263 commit d165038

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

environment-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- coveralls=1.7.0
1313
- gdal=3.7.3
1414
- ipython=8.15.0
15-
- matplotlib=3.8.0
15+
- matplotlib-base=3.8.0
1616
- mock=4.0.3
1717
- netcdf4=1.6.5
1818
- nose=1.3.7

environment-3.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- coveralls=1.7.0
1313
- gdal=3.7.3
1414
- ipython=8.15.0
15-
- matplotlib=3.8.0
15+
- matplotlib-base=3.8.0
1616
- mock=4.0.3
1717
- netcdf4=1.6.5
1818
- nose=1.3.7

environment-3.7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- gdal=3.6.0
1313
- ipython=7.31.1
1414
- libgdal=3.6.0
15-
- matplotlib=3.5.3
15+
- matplotlib-base=3.5.3
1616
- mock=4.0.3
1717
- netcdf4=1.6.2
1818
- nose=1.3.7

environment-3.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- coveralls=3.2.0
1212
- gdal=3.6.2
1313
- ipython=8.12.2
14-
- matplotlib=3.7.2
14+
- matplotlib-base=3.7.2
1515
- mock=4.0.3
1616
- netcdf4=1.6.2
1717
- nose=1.3.7

environment-3.9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- coveralls=1.7.0
1212
- gdal=3.6.2
1313
- ipython=8.15.0
14-
- matplotlib=3.8.0
14+
- matplotlib-base=3.8.0
1515
- mock=4.0.3
1616
- netcdf4=1.6.2
1717
- nose=1.3.7

0 commit comments

Comments
 (0)