Skip to content

Commit c423379

Browse files
fix: relax packaging dependency bound (#26)
relax `packaging` bound as it is incompatible with vyper 0.4.0 https://github.com/vyperlang/vyper/blob/v0.4.0/setup.py#L96
1 parent 2526c3e commit c423379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include_package_data=True,
1818
py_modules=["vvm"],
1919
python_requires=">=3.8, <4",
20-
install_requires=["requests>=2.32.3,<3", "packaging>=24.1,<25"],
20+
install_requires=["requests>=2.32.3,<3", "packaging>=23.1,<25"],
2121
license="MIT",
2222
zip_safe=False,
2323
keywords="ethereum vyper",

0 commit comments

Comments
 (0)