Skip to content

Commit

Permalink
Tries to fix RTD compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian authored Feb 28, 2017
1 parent 4c6457c commit 83335c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
long_description = long_description,
url='http://www.uni-kassel.de/go/pandapower',
license='BSD',
install_requires=["pypower>=5.0.1",
"pandas>=0.17.0",
"networkx"],
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand All @@ -45,4 +42,4 @@
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering',
],
)
)

0 comments on commit 83335c6

Please sign in to comment.