Skip to content

Commit

Permalink
Change to Alluxio 0.3 with protobuf 3.20.* (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuQQiu authored Feb 21, 2024
1 parent 4df15de commit fcd1407
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from setuptools import setup

setup(
name="alluxio-python-library",
version="0.1",
name="alluxio",
version="0.3",
packages=find_packages(exclude=["tests", "tests.*"]),
include_package_data=True,
zip_safe=False,
Expand All @@ -15,6 +15,7 @@
"etcd3",
"mmh3",
"sortedcontainers",
"protobuf>=3.20.0,<3.21.0",
],
extras_require={"tests": ["pytest", "pytest-aiohttp"]},
python_requires=">=3.8",
Expand Down

0 comments on commit fcd1407

Please sign in to comment.