Skip to content

Commit 8c4b99c

Browse files
committed
Remove numpy from requirements as it is installed with pandas and update pandas version
1 parent 37d2987 commit 8c4b99c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ sphinx>=1.4
22
ipykernel
33
nbsphinx
44
pandas
5-
numpy
65
requests

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ def read(fname):
1616
'windpowerlib': [os.path.join('data', '*.csv')]},
1717
long_description=read('README.rst'),
1818
zip_safe=False,
19-
install_requires=['numpy >= 1.7.0',
20-
'pandas >= 0.13.1',
19+
install_requires=['pandas >= 0.19.1',
2120
'requests'])

0 commit comments

Comments
 (0)