forked from sagemath/sage_sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-python2.yml
33 lines (33 loc) · 943 Bytes
/
environment-python2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## This is a conda environment file.
## Use it as follows:
##
## conda env create -f environment-python2.yml
##
## See https://towardsdatascience.com/a-guide-to-conda-environments-bc6180fc533
## or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
##
## We have a separate environment for python2 because apparently
## "conda env create" does not understand how to combine packages
## given on the command-line with those provided with "-f
## environment.yml".
##
## https://stackoverflow.com/questions/55236267/conda-force-non-regression-of-python-version
name: sage-cgf-python2
channels:
- conda-forge
- defaults
dependencies:
- python=2.7
- sage=9.0
- setuptools_scm
- sphinx<2.0
- sphinxcontrib-websupport<1.2
- sphinxcontrib-bibtex<1.0
- lrslib
- normaliz
- boost-cpp # For installing PyNormaliz
- mathjax
- pip
- pip:
- pynormaliz==2.8
- sage-package