diff --git a/setup.py b/setup.py index 27eac582..64e04fdf 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ url="https://github.com/ApeWorX/ape-vyper", include_package_data=True, install_requires=[ - "eth-ape>=0.6.19,<0.7", + "eth-ape>=0.6.23,<0.7", "ethpm-types", # Use same version as eth-ape "tqdm", # Use same version as eth-ape "vvm>=0.2.0,<0.3",