Skip to content

Commit

Permalink
pin blosc < 1.10.0 until wheels are built
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Dec 24, 2020
1 parent ad127e6 commit c1d28d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_description():
EXTRAS_REQUIRE = {}
EXTRAS_REQUIRE['spark'] = ['pyspark>=2.4.1,<3.0.0', 'jinja2']
EXTRAS_REQUIRE['parsl'] = ['parsl>=0.7.2']
EXTRAS_REQUIRE['dask'] = ['dask[dataframe]>=2.6.0', 'distributed>=2.6.0', 'bokeh>=1.3.4', 'blosc']
EXTRAS_REQUIRE['dask'] = ['dask[dataframe]>=2.6.0', 'distributed>=2.6.0', 'bokeh>=1.3.4', 'blosc<1.10.0']
EXTRAS_REQUIRE['dev'] = ['flake8', 'pytest', 'pytest-cov', 'sphinx', 'nbsphinx', 'sphinx-rtd-theme', 'sphinx-automodapi']

setup(name="coffea",
Expand Down

0 comments on commit c1d28d2

Please sign in to comment.