Move linear problem example to examples folder.

This commit is contained in:
rowanc1
2014-05-16 17:53:51 -07:00
parent e385747f45
commit 1f0e37d773
7 changed files with 20 additions and 23 deletions
+1 -5
View File
@@ -5,10 +5,6 @@ SimPEG is a python package for simulation and gradient based
parameter estimation in the context of geophysical applications.
"""
# import ez_setup
# ez_setup.use_setuptools()
# from setuptools import setup, find_packages
from distutils.core import setup
from setuptools import find_packages
from Cython.Build import cythonize
@@ -35,7 +31,7 @@ setup(
version = "0.1dev",
packages = find_packages(),
install_requires = ['numpy>=1.7',
'scipy>=0.12',
'scipy>=0.13',
'matplotlib>=1.3',
],
author = "Rowan Cockett",