Skip to content

Commit

Permalink
Merge pull request #52 from NREL/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
mdeceglie authored Nov 6, 2017
2 parents afc6a47 + 94e9eee commit 01f5f7e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 74 deletions.
129 changes: 60 additions & 69 deletions docs/degradation_example.ipynb

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
URL = 'https://github.com/NREL/rdtools'

INSTALL_REQUIRES = [
'numpy >= 1.11.0',
'pandas >= 0.19.0',
'numpy >= 1.11.2',
'pandas >= 0.20.3',
'pvlib >= 0.5.0',
'statsmodels >= 0.8.0',
'scipy >= 0.19.1',
Expand All @@ -36,8 +36,6 @@
'six',
]

TESTS_REQUIRE = ['']

CLASSIFIERS = [
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
Expand Down Expand Up @@ -78,7 +76,6 @@
packages=PACKAGES,
keywords=KEYWORDS,
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
package_data=PACKAGE_DATA,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 01f5f7e

Please sign in to comment.