Skip to content

Commit 68f35df

Browse files
committed
Merge branch 'master' of https://github.com/geoscixyz/gpgLabs
2 parents 8991532 + fe2652c commit 68f35df

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

requirements.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
numpy
2-
scipy
3-
matplotlib
4-
ipywidgets
5-
pandas
6-
jupyter_dashboards
7-
Pillow
8-
SimPEG
9-
discretize
10-
JSAnimation
11-
em_examples
1+
-e .

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
'properties[math]',
4444
'SimPEG>=0.4.1',
4545
'jupyter',
46-
'JSAnimation'
46+
'jupyter_dashboards',
47+
'Pillow',
48+
'discretize',
49+
'em_examples'
4750
],
4851
author = 'GeoSci Developers',
4952
author_email = '[email protected]',

0 commit comments

Comments
 (0)