From 4965a78a2c120e2726fdcb13e180b2dc313e16f3 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Fri, 12 Apr 2024 17:02:40 -0500 Subject: [PATCH] On second thoughts, just use open bounds We're a library after all --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53a21448..e6f95da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "ipython>=8.12.0", "fabric_fss_utils>=1.5.1", "atomicwrites", - "deprecated>=1.2.14", + "deprecated", ] classifiers = [