Skip to content

Commit 61c7dea

Browse files
committed
Add Conda environment py
1 parent ec21843 commit 61c7dea

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

calkit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ publications:
1515
title: The paper
1616
description: This is the paper.
1717
stage: build-paper
18+
environments:
19+
py:
20+
path: environment.yml
21+
kind: conda
22+
description: A Python environment

environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: py
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python
6+
- pandas
7+
- matplotlib
8+
- numpy

0 commit comments

Comments
 (0)