Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge from main
  • Loading branch information
cookie-kyu committed Feb 16, 2024
2 parents 7252d5a + 77271af commit 67f6907
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ The goal of this library is to make it simple:
2. for remote sensing experts to explore machine learning solutions.

Community:
[![slack](https://img.shields.io/badge/slack-join-purple?logo=slack)](https://join.slack.com/t/torchgeo/shared_invite/zt-22rse667m-eqtCeNW0yI000Tl4B~2PIw)
[![slack](https://img.shields.io/badge/slack-join-7C0385?logo=slack)](https://join.slack.com/t/torchgeo/shared_invite/zt-22rse667m-eqtCeNW0yI000Tl4B~2PIw)
[![osgeo](https://img.shields.io/badge/OSGeo-join-4CB05B?logo=osgeo)](https://www.osgeo.org/community/getting-started-osgeo/)
[![pytorch](https://img.shields.io/badge/PyTorch-join-DE3412?logo=pytorch)](https://pytorch.org/ecosystem/join)

Packaging:
[![pypi](https://badge.fury.io/py/torchgeo.svg)](https://pypi.org/project/torchgeo/)
Expand Down
8 changes: 4 additions & 4 deletions requirements/required.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# setup
setuptools==69.0.0
setuptools==69.1.0

# install
einops==0.7.0
fiona==1.9.5
kornia==0.7.1
lightly==1.4.25
lightning[pytorch-extra]==2.2.0
matplotlib==3.8.2
lightning[pytorch-extra]==2.2.0.post0
matplotlib==3.8.3
numpy==1.26.4
pandas==2.2.0
pillow==10.2.0
Expand All @@ -18,5 +18,5 @@ segmentation-models-pytorch==0.3.3
shapely==2.0.2
timm==0.9.2
torch==2.2.0
torchmetrics==1.3.0.post0
torchmetrics==1.3.1
torchvision==0.17.0
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# style
black[jupyter]==24.1.1
black[jupyter]==24.2.0
flake8==7.0.0
isort[colors]==5.13.2
pydocstyle[toml]==6.3.0
Expand Down

0 comments on commit 67f6907

Please sign in to comment.