Skip to content

Commit

Permalink
Merge pull request #115 from rayosborn/release-preparations
Browse files Browse the repository at this point in the history
Release preparations
  • Loading branch information
rayosborn authored Dec 4, 2019
2 parents 615965e + 867bc1f commit c8cde88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: nexusformat
version: "0.5.0"
version: "0.5.1"

source:
git_url: https://github.com/nexpy/nexusformat.git
git_tag: v0.5.0
git_tag: v0.5.1

build:
entry_points:
Expand All @@ -16,13 +16,13 @@ requirements:
build:
- python
- setuptools
- numpy >=1.6.0
- numpy
- h5py
- ipython

run:
- python
- numpy >=1.6.0
- numpy
- h5py

test:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h5py
ipython
numpy
scipy
scipy
ipython
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Visualization'],
)
6 changes: 3 additions & 3 deletions src/nexusformat/requires.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#-----------------------------------------------------------------------------

pkg_requirements = [
'numpy>=1.6.0',
'h5py',
'scipy'
'numpy',
'scipy',
'h5py'
]

0 comments on commit c8cde88

Please sign in to comment.