We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f2120 commit 8931d95Copy full SHA for 8931d95
environment.yml
@@ -1,9 +1,8 @@
1
-name: waves-fdm
+name: devito-book
2
channels:
3
+ - defaults
4
- conda
5
dependencies:
- - matplotlib
6
- - numpy
7
- pip
8
- pip:
9
- - devito
+ - -r file:requirements.txt
requirements.txt
@@ -0,0 +1,20 @@
+pip>=9.0.1
+numpy>=1.14
+sympy<1.6
+scipy
+pytest>=3.6
+pytest-runner
+flake8>=2.1.0
+nbval
+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