Skip to content

Commit

Permalink
Updated packages versions and setup.py for Malpolon v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarcher committed May 14, 2024
1 parent 42cd89e commit 5a252a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements_python3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ lightning==2.0.9.post0
Markdown==3.4.1
matplotlib==3.8.0
notebook==6.5.2
numpy==1.26.0
numpy==1.26.4
odc-geo==0.3.2
odc-stac==0.3.3
omegaconf==2.3.0
opencv-python==4.7.0.72
pandas==2.1.1
pandas==2.2.1
Pillow==10.3.0
planetary-computer==0.4.9
pydocstyle==6.3.0
Expand All @@ -35,7 +35,7 @@ PyYAML==6.0.1
rasterio==1.3.8.post1
scikit-learn==1.1.3
scipy==1.11.3
shapely==2.0.1
shapely==2.0.3
Sphinx==5.3.0
stack-data==0.6.2
tensorboard==2.14.1
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import find_packages, setup

setup(name="malpolon",
version="1.0.3",
description="Malpolon v1.0.3",
version="1.1.0",
description="Malpolon v1.1.0",
author="Theo Larcher, Titouan Lorieul",
author_email="[email protected], [email protected]",
url="https://github.com/plantnet/malpolon",
Expand Down Expand Up @@ -34,8 +34,7 @@
"numpy>=1.26.4",
"omegaconf>=2.3.0",
"pandas>=2.2.1",
"Pillow>=10.0.1",
"Pillow>=10.2.0",
"Pillow>=10.3.0",
"planetary_computer>=0.4.9",
"pyproj>=3.6.1",
"pystac>=1.6.1",
Expand All @@ -50,7 +49,7 @@
"torchgeo>=0.5.0",
"torchmetrics>=1.2.0",
"torchvision>=0.16.0",
"tqdm>=4.66.1"
"tqdm>=4.66.3"
],
project_urls={
"Bug Reports": "https://github.com/plantnet/malpolon/issues/new?assignees=aerodynamic-sauce-pan&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D",
Expand Down

0 comments on commit 5a252a9

Please sign in to comment.