mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-12 12:30:37 +08:00
Add Cython dependency
This commit is contained in:
@@ -36,7 +36,8 @@ setup(
|
|||||||
version = "0.1.3",
|
version = "0.1.3",
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
install_requires = ['numpy>=1.7',
|
install_requires = ['numpy>=1.7',
|
||||||
'scipy>=0.13'
|
'scipy>=0.13',
|
||||||
|
'Cython'
|
||||||
],
|
],
|
||||||
author = "Rowan Cockett",
|
author = "Rowan Cockett",
|
||||||
author_email = "rowan@3ptscience.com",
|
author_email = "rowan@3ptscience.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user