Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Sep 27, 2024
1 parent b357778 commit c9410cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ dependencies = [
"colorlog",
"boto3<=1.29.6",
"eo-learn[VISUALIZATION]>=1.5.0",
"fiona",
"fiona>=1.8.18; python_version>='3.9'",
"fiona>=1.8.18,<1.10; python_version<'3.9'",
"fs>=2.2.0",
"geopandas>=0.8.1",
"geopandas>=0.14.4,<1; python_version>='3.9'",
"geopandas>=0.11.0,<1; python_version<'3.9'",
"numpy",
"opencv-python-headless",
"pandas",
Expand Down

0 comments on commit c9410cb

Please sign in to comment.