From cb1bf450cc50cfd827810e614b4badbe0e536dc7 Mon Sep 17 00:00:00 2001 From: Thomas Lazarus <46943923+lazarust@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:32:52 -0600 Subject: [PATCH] Removes pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da6876ccdf8..a834366f21e 100644 --- a/setup.py +++ b/setup.py @@ -171,7 +171,7 @@ "lz4", "py7zr", "rarfile>=4.0", - "sqlalchemy<2.0.0", + "sqlalchemy", "s3fs>=2021.11.1;python_version<'3.8'", # aligned with fsspec[http]>=2021.11.1; test only on python 3.7 for now "tensorflow>=2.3,!=2.6.0,!=2.6.1; sys_platform != 'darwin' or platform_machine != 'arm64'", "tensorflow-macos; sys_platform == 'darwin' and platform_machine == 'arm64'",