From b7a1ec84f73a92aba61029fa30163f2bc4da46df Mon Sep 17 00:00:00 2001 From: MarcoGorelli <> Date: Fri, 16 Dec 2022 13:00:47 +0000 Subject: [PATCH] dont explicitly list boto3 and botocore --- environment.yml | 2 -- requirements-dev.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/environment.yml b/environment.yml index c8deb2e96a52c..904f5849219f7 100644 --- a/environment.yml +++ b/environment.yml @@ -16,7 +16,6 @@ dependencies: - pytest-xdist>=1.31 - psutil - pytest-asyncio>=0.17 - - boto3 - coverage # required dependencies @@ -28,7 +27,6 @@ dependencies: - beautifulsoup4 - blosc - brotlipy - - botocore - bottleneck - fastparquet - fsspec diff --git a/requirements-dev.txt b/requirements-dev.txt index 583474e52efb9..bc2c4995926fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,6 @@ pytest-cov pytest-xdist>=1.31 psutil pytest-asyncio>=0.17 -boto3 coverage python-dateutil numpy @@ -17,7 +16,6 @@ pytz beautifulsoup4 blosc brotlipy -botocore bottleneck fastparquet fsspec