Skip to content

Commit

Permalink
Remove firedrake from install_requires because setup cannot find it
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander G. Zimmerman committed May 9, 2019
1 parent 2876340 commit 873373a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
version = '0.4.3a0',
packages = setuptools.find_packages(),
install_requires = [
'firedrake',
'matplotlib',
'numpy',
'scipy',
'vtk'],
dependency_links = [
'https://github.com/firedrakeproject/firedrake',]
'vtk']]
)

0 comments on commit 873373a

Please sign in to comment.