File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : paramnormal
3
- version : v0.1 .0
3
+ version : v0.2 .0
4
4
5
5
source :
6
6
git_url : https://github.com/phobson/paramnormal.git
7
- git_tag : v0.1 .0
7
+ git_tag : v0.2 .0
8
8
# patches:
9
9
# List any patch files here
10
10
# - fix.patch
Original file line number Diff line number Diff line change 1
- (WIP) paramnormal: Conventionally parameterized probability distributions
2
- =========================================================================
1
+ paramnormal: Conventionally parameterized probability distributions
2
+ ===================================================================
3
3
.. image :: https://travis-ci.org/phobson/paramnormal.svg?branch=master
4
4
:target: https://travis-ci.org/phobson/paramnormal
5
5
Original file line number Diff line number Diff line change 1
1
numpy >= 1.6
2
2
scipy >= 0.14
3
+ matplotlib >= 1.5
Original file line number Diff line number Diff line change 9
9
DESCRIPTION = "paramnormal: Conventionally parameterized probability distributions"
10
10
LONG_DESCRIPTION = DESCRIPTION
11
11
NAME = "paramnormal"
12
- VERSION = "0.1 "
12
+ VERSION = "v0.2.0 "
13
13
AUTHOR = "Paul Hobson"
14
- AUTHOR_EMAIL = "phobson@geosyntec .com"
14
+ AUTHOR_EMAIL = "pmhobson@gmail .com"
15
15
URL = "https://github.com/phobson/paramnormal"
16
16
DOWNLOAD_URL = "https://github.com/phobson/paramnormal/archive/master.zip"
17
17
LICENSE = "BSD 3-clause"
29
29
'Programming Language :: Python :: 3.4' ,
30
30
'Programming Language :: Python :: 3.5' ,
31
31
]
32
- INSTALL_REQUIRES = ['numpy' , 'scipy' ]
32
+ INSTALL_REQUIRES = ['numpy' , 'scipy' , 'matplotlib' ]
33
33
PACKAGE_DATA = {}
34
34
DATA_FILES = []
35
35
You can’t perform that action at this time.
0 commit comments