Skip to content

Commit

Permalink
Reorder requirements
Browse files Browse the repository at this point in the history
I don't think this has any functional effects.
  • Loading branch information
rayosborn committed Dec 3, 2019
1 parent 1a583d4 commit 867bc1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion src/nexusformat/requires.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
pkg_requirements = [
'numpy',
'scipy',
'h5py',
'h5py'
]

0 comments on commit 867bc1f

Please sign in to comment.