Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amusecode/amuse
Browse files Browse the repository at this point in the history
  • Loading branch information
ipelupessy committed Jun 28, 2019
2 parents 3566949 + a278824 commit c442d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/amuse-framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
url = 'http://www.amusecode.org/'
install_requires = [
'setuptools>=41.0.0',
'pip>=19.0.0',
'wheel>=0.32',
'docutils>=0.6',
'numpy>=1.2.2',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = [ "setuptools", "wheel", "docutils>=0.6", "numpy>=1.2.2", "nose>=0.11.1", "mpi4py>=1.1.0", "h5py>=1.1.0" ]
requires = [ "setuptools>=41.0.0", "pip>=19.0.0", "wheel", "docutils>=0.6", "numpy>=1.2.2", "nose>=0.11.1", "mpi4py>=1.1.0", "h5py>=1.1.0" ]

0 comments on commit c442d27

Please sign in to comment.