-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version and added separate plotting install.
- Loading branch information
1 parent
db4ae59
commit 1ef24ab
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,10 @@ def readme(): | |
|
||
setup( | ||
name = "nanoraw", | ||
version = "0.4.1", | ||
version = "0.4.2", | ||
packages = ["nanoraw"], | ||
install_requires = ['h5py', 'numpy', 'scipy'], | ||
extras_require={'plot':['rpy2']}, | ||
|
||
author = "Marcus Stoiber", | ||
author_email = "[email protected]", | ||
|