From c4c2bc984350e222f920a0d6c1147909d1d51437 Mon Sep 17 00:00:00 2001 From: drduhe Date: Thu, 1 Feb 2024 10:53:39 -0700 Subject: [PATCH] fix: updating dependancy versions --- environment-py311.yml | 6 +++--- setup.cfg | 8 ++++---- tox.ini | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/environment-py311.yml b/environment-py311.yml index 451349f..f43f204 100644 --- a/environment-py311.yml +++ b/environment-py311.yml @@ -2,6 +2,6 @@ name: osml_imagery_toolkit channels: - conda-forge dependencies: - - conda-forge::python=3.11.4 - - conda-forge::gdal=3.7.0 - - conda-forge::proj=9.2.1 + - conda-forge::python=3.11.6 + - conda-forge::gdal=3.8.3 + - conda-forge::proj=9.3.1 diff --git a/setup.cfg b/setup.cfg index b5b1647..017e725 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,12 +41,12 @@ include_package_data = True install_requires = numpy>=1.23.0 scikit-optimize>=0.9.0 - cachetools>=5.3.0 - geojson>=3.0.0 + cachetools>=5.3.2 + geojson>=3.1.0 + pyproj>=3.6.1 shapely>=2.0.2 - pyproj>=3.6.0 omegaconf==2.3.0;python_version<'3.10.0' - xsdata>=23.8 + xsdata>=24.1 defusedxml>=0.7.1 [options.packages.find] diff --git a/tox.ini b/tox.ini index 1193ddc..c10077e 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,6 @@ deps = pytest-xdist==3.2.0 pytest-asyncio==0.20.3 mock==5.0.1 - moto==4.1.2 commands = pytest --cov-config .coveragerc --cov aws.osml --cov-report term-missing {posargs} {env:IGNORE_COVERAGE:} coverage html --rcfile .coveragerc