Skip to content

Commit

Permalink
fix: updating dependancy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drduhe authored and edparris committed Feb 16, 2024
1 parent 4dc383a commit c4c2bc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4c2bc9

Please sign in to comment.