From b2c3df6d900352cf58c525c24bf3d284dd6e475e Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Mon, 20 May 2024 20:41:12 +0200 Subject: [PATCH] Updates required beartype version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8504ff7e8..1c1b2131b 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ package_data={"": ["*.pdf"]}, install_requires=[ "numpy", "scipy", "matplotlib", "scikit-learn", 'fire', - "beartype==0.9.1", + "beartype==0.18.5", ], classifiers=[ 'Programming Language :: Python :: 3',