From 64fc3a1906b7f19b82fa1f898d05525f39a56b3f Mon Sep 17 00:00:00 2001 From: Sashank Aryal <66688606+sashankaryal@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:13:30 -0600 Subject: [PATCH] pin open3d (#5403) * pin open3d * more than 16, less than 19 * remove itsdangerous --- requirements/common.txt | 2 +- requirements/extras.txt | 2 +- requirements/test.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 79f55843c3..c1c09e4efd 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,6 @@ aiofiles==0.7.0 argcomplete==1.11.0 -boto3==1.17.36 +boto3==1.36.2 cachetools==5.2.0 dacite==1.6.0 Deprecated==1.2.11 diff --git a/requirements/extras.txt b/requirements/extras.txt index cd3e0f9392..1845b35a9c 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -1,7 +1,7 @@ google-api-python-client>=1.6.5 google-cloud-storage>=1.36 httplib2<=0.15 -ipywidgets>=7.5,<8 +ipywidgets>=7.5 notebook>=5.3 pydicom>=2.2.0 shapely>=1.7.1 diff --git a/requirements/test.txt b/requirements/test.txt index e5221fccf9..197f1c4bdc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ +awscli==1.37.2 open3d>=0.16.0 -itsdangerous==2.0.1 werkzeug>=2.0.3 pydicom<3 pytest==7.3.1 @@ -8,4 +8,4 @@ pytest-mock==3.10.0 pytest-asyncio shapely tensorflow==2.17.0 -twine>=3 +twine>=3 \ No newline at end of file