Skip to content

Commit

Permalink
chore(setup): update jina minimum requirement for new block()
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Oct 26, 2021
1 parent df19264 commit ebb9c8d
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 @@ -39,7 +39,7 @@
long_description_content_type='text/markdown',
zip_safe=False,
setup_requires=['setuptools>=18.0', 'wheel'],
install_requires=['jina>=2.1.11', 'matplotlib'],
install_requires=['jina>=2.1.12', 'matplotlib'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit ebb9c8d

Please sign in to comment.