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