Skip to content

Commit

Permalink
Bumpy version and numpy dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jul 29, 2021
1 parent 2d4f4cf commit 7447776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

setup_args = {
"name": "pycola3",
"version": "0.0.3",
"version": "0.0.4",
"author": "Phil Bull / Svetlin V. Tassev",
"author_email": "[email protected]",
"description": "A Python/Cython N-body code, implementing the Comoving Lagrangian Acceleration (COLA) method in the temporal and spatial domains.",
Expand All @@ -125,7 +125,7 @@
"include_dirs": include_dirs,
"include_package_data": False,
"install_requires": [
"numpy",
"numpy>=0.19",
"scipy",
"h5py",
"pyfftw",
Expand Down

0 comments on commit 7447776

Please sign in to comment.