Skip to content

Commit 17e1283

Browse files
committed
Added micromamba environment for reproducible builds
1 parent 2e32de1 commit 17e1283

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

baseline/test_colorbar.png

102 KB
Loading

baseline/test_inbounds_data.png

42.1 KB
Loading

baseline/test_standardized_input.png

63.1 KB
Loading
46.2 KB
Loading

env.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: proplot
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python >=3.6,
6+
- ipykernel >=5.1
7+
- matplotlib 3.4.3,
8+
- numpy
9+
- pytest
10+
- pytest-mpl
11+

0 commit comments

Comments
 (0)