Skip to content

Commit

Permalink
Remove pyepw dependence
Browse files Browse the repository at this point in the history
Update rev to 0.2.1
  • Loading branch information
cdeline committed May 21, 2018
1 parent e04e635 commit 7be7860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2.0',
version='0.2.1',

description='Tools to interface with Radiance',
long_description=long_description,
Expand Down Expand Up @@ -82,7 +82,6 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'pyepw',
'pvlib',
'easygui'
],
Expand Down

0 comments on commit 7be7860

Please sign in to comment.