Skip to content

Commit e06bd04

Browse files
author
Matthias Koeppe
committed
Add environment.yml
1 parent 3930683 commit e06bd04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

environment.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## This is a conda environment file.
2+
## Use it as follows:
3+
##
4+
## conda env create -f environment.yml
5+
##
6+
## See https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533
7+
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
8+
name: sage
9+
channels:
10+
- conda-forge
11+
- defaults
12+
dependencies:
13+
- python=3
14+
- sage>=8.9
15+
- pip

0 commit comments

Comments
 (0)