Skip to content

Commit 3b0bbb2

Browse files
committed
fixes #23
1 parent 3d43d40 commit 3b0bbb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ docs/build
1515

1616
**/utility_functions.ipynb
1717
**/scripts/*.data
18-
scripts/
1918
dry_creek
2019
**/dry_creek/
2120
prms_python.egg-info

prms_python/scripts/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
requires = [
44
'click==6.6',
55
'numpy==1.11.1',
6-
'pandas==0.18.1'
6+
'pandas==0.18.1',
7+
'matplotlib==2.0.0'
78
]
89

910
tests_require = []
1011

1112
classifiers = [
1213
'License :: OSI Approved :: BSD License',
1314
'Programming Language :: Python :: 2.7',
14-
'Programming Language :: Python :: 3.4',
15+
'Programming Language :: Python :: 3.4',
1516
'Environment :: Console',
1617
'Development Status :: 4 - Beta',
1718
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)