Skip to content

Commit

Permalink
Merge pull request #41 from alan-wu/mine_master
Browse files Browse the repository at this point in the history
Add scipy and numpy to required packages and change ZincPythonTools a…
  • Loading branch information
rchristie authored Feb 28, 2019
2 parents 78222df + aabfdea commit b4790cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
-e git+https://github.com/OpenCMISS-Bindings/opencmiss.utils.git#egg=opencmiss.utils
-e git+https://github.com/OpenCMISS-Bindings/ZincPythonTools.git#egg=ZincPythonTools
-e .
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ def readfile(filename, split=False):
# into the 'requirements.txt' file.
requires = [
# minimal requirements listing
'opencmiss.utils',
'ZincPythonTools',
'opencmiss.utils @ https://api.github.com/repos/OpenCMISS-Bindings/opencmiss.utils/tarball/master',
'ZincPythonTools @ https://api.github.com/repos/OpenCMISS-Bindings/ZincPythonTools/tarball/master',
'scipy',
'numpy',
]
source_license = readfile("LICENSE")

Expand Down

0 comments on commit b4790cf

Please sign in to comment.