diff --git a/.appveyor.yml b/.appveyor.yml index e2450eefe..26368421e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ install: - conda config --add channels conda-forge/label/testing - set ENV_NAME=test-environment - set PACKAGES=%PACKAGES% owslib pep8 pillow pyshp pytest pytest-mpl - - set PACKAGES=%PACKAGES% requests setuptools_scm setuptools_scm_git_archive + - set PACKAGES=%PACKAGES% setuptools_scm setuptools_scm_git_archive - set PACKAGES=%PACKAGES% shapely - conda create -n %ENV_NAME% python=%PYTHON_VERSION% %PACKAGES% - activate %ENV_NAME% diff --git a/.circleci/config.yml b/.circleci/config.yml index d9807a81d..53668828b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,6 @@ deps-run: &deps-install pyproj \ pykdtree \ pyshp \ - requests \ scipy \ setuptools_scm \ setuptools_scm_git_archive \ diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index b2fb6a62b..0bd03cff1 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies run: | PACKAGES="$PACKAGES owslib pep8 pillow pyshp pytest pytest-mpl" - PACKAGES="$PACKAGES pytest-xdist requests setuptools_scm" + PACKAGES="$PACKAGES pytest-xdist setuptools_scm" PACKAGES="$PACKAGES setuptools_scm_git_archive shapely" conda install $PACKAGES conda info -a diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd09d9024..3e34cd2c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,8 @@ jobs: - name: Install dependencies run: | PACKAGES="cython fiona matplotlib-base numpy pyproj pykdtree scipy" - PACKAGES="$PACKAGES flufl.lock owslib pep8 pillow pyshp pytest" - PACKAGES="$PACKAGES pytest-xdist requests setuptools_scm" + PACKAGES="$PACKAGES owslib pep8 pillow pyshp pytest" + PACKAGES="$PACKAGES pytest-xdist setuptools_scm" PACKAGES="$PACKAGES setuptools_scm_git_archive shapely" conda install $PACKAGES diff --git a/environment.yml b/environment.yml index a8a39e47f..1c4d667a6 100644 --- a/environment.yml +++ b/environment.yml @@ -38,6 +38,5 @@ dependencies: # Extras - flake8 - pykdtree - - requests - setuptools_scm - setuptools_scm_git_archive