Skip to content

Commit 93346f1

Browse files
davidbrochartcekees
authored andcommitted
Python 2 to 3 fixes (#1021)
* Fix print statement * Check if platform starts with linux (could be linux2) * Various fixes * Add environment.yml
1 parent 37139ba commit 93346f1

File tree

4 files changed

+120
-105
lines changed

4 files changed

+120
-105
lines changed

environment.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: proteus
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- proteus
7+
- petsc4py
8+
- notebook
9+
- future
10+
- ipyparallel
11+
- cython
12+
- pillow
13+
- pip
14+
- pip:
15+
- recordtype

0 commit comments

Comments
 (0)