Skip to content

Commit b280876

Browse files
committed
always require pandas
1 parent 7266274 commit b280876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version_and_cmdclass(package_name):
5252
url="https://github.com/basnijholt/adaptive-scheduler",
5353
download_url="https://pypi.python.org/pypi/adaptive_scheduler",
5454
install_requires=requirements,
55-
extras_require={"all": ["pandas", "dask_mpi"]},
55+
extras_require={"all": ["dask_mpi"]},
5656
classifiers=[
5757
"Development Status :: 2 - Pre-Alpha",
5858
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)