We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3930683 commit e06bd04Copy full SHA for e06bd04
environment.yml
@@ -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