Skip to content

Commit

Permalink
removed bosc.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Apr 26, 2021
1 parent 7d4f29a commit b833708
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 @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['cython', 'blosc', 'numexpr', 'numpy', 'hdf5', 'pytables==3.6.1', 'Click>=7.1', ]
requirements = ['cython', 'numexpr', 'numpy', 'hdf5', 'pytables==3.6.1', 'Click>=7.1', ]

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit b833708

Please sign in to comment.