mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-07 17:34:27 +08:00
added matplotlib to the requirements
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ python:
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
# command to run tests
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
numpy
|
||||
scipy
|
||||
ipython
|
||||
matplotlib
|
||||
|
||||
Reference in New Issue
Block a user