Skip to content

Commit

Permalink
Merge pull request #3 from regro-cf-autotick-bot/0.2.1_h4d8aff
Browse files Browse the repository at this point in the history
torchgeo v0.2.1
  • Loading branch information
adamjstewart authored Mar 21, 2022
2 parents 7f4b4b6 + 4627044 commit 609b26d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 23 deletions.
7 changes: 6 additions & 1 deletion .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "torchgeo" %}
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/torchgeo-{{ version }}.tar.gz
sha256: 968c4bf68c7e487bf495f2f306d8bb0f5824eb67e24b26772a510e753e04ba4c
sha256: 218bd5aed7680244688dbf0f1398f5251ad243267eb19a6a7332668ac779a1cc

build:
number: 0
Expand All @@ -33,12 +33,12 @@ requirements:
- pytorch >=1.7
- pytorch-lightning >=1.3
- rasterio >=1.0.16
- rtree >=0.5
- rtree >=0.9.4
- scikit-learn >=0.18
- segmentation-models-pytorch >=0.2
- shapely >=1.3
- timm >=0.2.1
- torchmetrics
- torchmetrics >=0.7
- torchvision >=0.10

test:
Expand All @@ -51,10 +51,8 @@ test:
- torchgeo.samplers
- torchgeo.trainers
- torchgeo.transforms
# Checks currently fail due to a dependency, uncomment once the following PR is merged:
# https://github.com/conda-forge/omegaconf-feedstock/pull/25
#commands:
# - pip check
commands:
- pip check
requires:
- pip

Expand Down

2 comments on commit 609b26d

@ngam
Copy link

@ngam ngam commented on 609b26d May 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamjstewart this never passed...

@ngam
Copy link

@ngam ngam commented on 609b26d May 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a result, https://anaconda.org/conda-forge/torchgeo doesn't have 0.2.1.

Please sign in to comment.