We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d43d40 commit 3b0bbb2Copy full SHA for 3b0bbb2
.gitignore
@@ -15,7 +15,6 @@ docs/build
15
16
**/utility_functions.ipynb
17
**/scripts/*.data
18
-scripts/
19
dry_creek
20
**/dry_creek/
21
prms_python.egg-info
prms_python/scripts/__init__.py
setup.py
@@ -3,15 +3,16 @@
3
requires = [
4
'click==6.6',
5
'numpy==1.11.1',
6
- 'pandas==0.18.1'
+ 'pandas==0.18.1',
7
+ 'matplotlib==2.0.0'
8
]
9
10
tests_require = []
11
12
classifiers = [
13
'License :: OSI Approved :: BSD License',
14
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.4',
'Environment :: Console',
'Development Status :: 4 - Beta',
'Topic :: Scientific/Engineering',
0 commit comments