Skip to content

Commit

Permalink
fix package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Oct 16, 2023
1 parent bab35dc commit d09eb7e
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 @@ -33,7 +33,7 @@ def _get_version(fh):
packages=['lakefs_provider', 'lakefs_provider.hooks', 'lakefs_provider.links',
'lakefs_provider.sensors', 'lakefs_provider.operators',
'lakefs_provider.example_dags'],
install_requires=['apache-airflow>=2.0', 'lakefs_client>=0.113.0'],
install_requires=['apache-airflow>=2.0', 'lakefs_sdk~=0.113.0'],
setup_requires=['setuptools', 'wheel'],
author='Treeverse',
author_email='[email protected]',
Expand Down

0 comments on commit d09eb7e

Please sign in to comment.