Skip to content

Commit 8931d95

Browse files
committed
Added environment.yml and requirements.txt to work with GitHub actions.
1 parent 93f2120 commit 8931d95

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

environment.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: waves-fdm
1+
name: devito-book
22
channels:
3+
- defaults
34
- conda
45
dependencies:
5-
- matplotlib
6-
- numpy
76
- pip
87
- pip:
9-
- devito
8+
- -r file:requirements.txt

requirements.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pip>=9.0.1
2+
numpy>=1.14
3+
sympy<1.6
4+
scipy
5+
pytest>=3.6
6+
pytest-runner
7+
flake8>=2.1.0
8+
nbval
9+
cached-property
10+
psutil>=5.1.0
11+
py-cpuinfo
12+
cgen>=2020.1
13+
codepy>=2019.1
14+
click
15+
codecov
16+
pytest-cov
17+
multidict
18+
anytree>=2.4.3
19+
pyrevolve>=2.1.3
20+
distributed<2.20

0 commit comments

Comments
 (0)