Skip to content

Commit e8da440

Browse files
committed
add pyephem to dependencies
1 parent a49b496 commit e8da440

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@
3535
'pandas >= 0.15',
3636
'pytz',
3737
'six',
38+
'pyephem',
3839
],
3940
'scripts': [],
4041
'include_package_data': True
4142
}
4243

43-
# more packages that we should consider requiring:
44-
# 'pyephem',
45-
4644
# set up pvlib packages to be installed and extensions to be compiled
4745
PACKAGES = ['pvlib']
4846

0 commit comments

Comments
 (0)