forked from microsoft/torchgeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test minimum version of deps (microsoft#574)
- Loading branch information
1 parent
84257f7
commit cf04f4c
Showing
21 changed files
with
171 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
directory: "requirements" | ||
schedule: | ||
interval: "daily" | ||
# Allow up to 2 open pull requests at a time | ||
open-pull-requests-limit: 2 | ||
ignore: | ||
# tensorboard requires protobuf < 4 | ||
# torch, tensorboard require protobuf < 4 | ||
- dependency-name: "protobuf" | ||
# segmentation-models-pytorch requires older timm, can't update | ||
- dependency-name: "timm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# This file is not managed by dependabot. It documents the minimum version of our | ||
# dependencies that is supported. | ||
|
||
# setup | ||
setuptools==42.0.0 | ||
|
||
# install | ||
einops==0.3.0 | ||
fiona==1.8.0 | ||
kornia==0.6.4 | ||
matplotlib==3.3.0 | ||
numpy==1.17.2 | ||
omegaconf==2.1.0 | ||
pillow==6.2.0 | ||
pyproj==2.2.0 | ||
pytorch-lightning==1.5.1 | ||
rasterio==1.0.20 | ||
rtree==1.0.0 | ||
scikit-learn==0.21.0 | ||
segmentation-models-pytorch==0.2.0 | ||
shapely==1.3.0 | ||
timm==0.4.12 | ||
torch==1.9.0 | ||
torchmetrics==0.7.0 | ||
torchvision==0.10.0 | ||
|
||
# datasets | ||
h5py==2.6.0 | ||
laspy==2.0.0 | ||
open3d==0.11.2 | ||
opencv-python==3.4.2.17 | ||
pandas==0.23.2 | ||
pycocotools==2.0.0 | ||
radiant-mlhub==0.2.1 | ||
rarfile==3.0 | ||
scipy==1.2.0 | ||
zipfile-deflate64==0.2.0 | ||
|
||
# docs | ||
nbsphinx==0.8.5 | ||
sphinx==4.0.0 | ||
|
||
# style | ||
black[jupyter]==21.8b0 | ||
flake8==3.8.0 | ||
isort[colors]==5.8.0 | ||
pydocstyle[toml]==6.1.0 | ||
pyupgrade==1.24.0 | ||
|
||
# tests | ||
mypy==0.900 | ||
nbmake==0.1 | ||
pytest==6.1.2 | ||
pytest-cov==2.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.