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.
Store Python 3.7 deps in separate files, use rasterio/fiona Windows w…
…heels (microsoft#647) * Store Python 3.7 deps in separate files, use rasterio/fiona Windows wheels * Fix fiona 1.9 warning * Fix import error * Try again * Expand obj kwargs * Fiona still support Python 3.7 * Investigate segfaults * Undo last commit
- Loading branch information
1 parent
374be57
commit f8930f7
Showing
11 changed files
with
75 additions
and
39 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
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,9 @@ | ||
This directory contains several files that document the versions of our dependencies used in CI. These are not hard requirements for using TorchGeo. | ||
|
||
### Managed by dependabot | ||
|
||
All files with a `.txt` extension are managed by dependabot and should not be manually edited unless you need to add or remove a dependency. | ||
|
||
### Not managed by dependabot | ||
|
||
All files with a `.old` extension are not managed by dependabot. They document the minimum version of our dependencies that we support, or older versions required for versions of Python that the numpy ecosystem no longer supports. See [NEP-29](https://numpy.org/neps/nep-0029-deprecation_policy.html) for more information on the numpy deprecation timeline. See https://github.com/dependabot/dependabot-core/issues/5299 and https://github.com/dependabot/dependabot-core/issues/5300 for why these dependencies have to be in separate files with a different file extension. |
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,14 @@ | ||
# datasets | ||
h5py==3.6.0 | ||
laspy==2.2.0 | ||
open3d==0.14.1;python_version<'3.10' | ||
opencv-python==4.6.0.66 | ||
pandas==1.4.3;python_version>='3.8' | ||
pandas==1.3.5;python_version=='3.7' | ||
pycocotools==2.0.4 | ||
radiant-mlhub==0.5.1;python_version>='3.8' | ||
radiant-mlhub==0.4.1;python_version=='3.7' | ||
rarfile==4.0 | ||
scipy==1.8.1;python_version>='3.8' | ||
scipy==1.7.3;python_version=='3.7' | ||
zipfile-deflate64==0.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
# This file is managed by dependabot and should not be manually edited unless you need | ||
# to add or remove a dependency. It documents the version of our dependencies used in | ||
# CI, these are not hard requirements for using TorchGeo. | ||
|
||
# datasets | ||
h5py==3.6.0 | ||
laspy==2.2.0 | ||
open3d==0.14.1;python_version<'3.10' | ||
opencv-python==4.6.0.66 | ||
pandas==1.4.3;python_version>='3.8' | ||
pandas==1.3.5;python_version=='3.7' | ||
pycocotools==2.0.4 | ||
radiant-mlhub==0.5.1;python_version>='3.8' | ||
radiant-mlhub==0.4.1;python_version=='3.7' | ||
rarfile==4.0 | ||
scipy==1.8.1;python_version>='3.8' | ||
scipy==1.7.3;python_version=='3.7' | ||
zipfile-deflate64==0.2.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
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,28 @@ | ||
# setup | ||
setuptools==62.6.0 | ||
|
||
# install | ||
einops==0.4.1 | ||
fiona==1.9a2 | ||
kornia==0.6.5 | ||
matplotlib==3.5.2 | ||
numpy==1.23.0;python_version>='3.8' | ||
numpy==1.21.6;python_version=='3.7' | ||
omegaconf==2.2.2 | ||
packaging==21.3 | ||
pillow==9.2.0 | ||
protobuf==3.20.1 | ||
pyproj==3.3.1;python_version>='3.8' | ||
pyproj==3.2.0;python_version=='3.7' | ||
pytorch-lightning==1.6.4 | ||
rasterio==1.3b3;python_version>='3.8' | ||
rasterio==1.2.10;python_version=='3.7' | ||
rtree==1.0.0 | ||
scikit-learn==1.1.1;python_version>='3.8' | ||
scikit-learn==1.0.2;python_version=='3.7' | ||
segmentation-models-pytorch==0.2.1 | ||
shapely==1.8.2 | ||
timm==0.4.12 | ||
torch==1.12.0 | ||
torchmetrics==0.9.2 | ||
torchvision==0.13.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
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,10 +1,6 @@ | ||
# This file is managed by dependabot and should not be manually edited unless you need | ||
# to add or remove a dependency. It documents the version of our dependencies used in | ||
# CI, these are not hard requirements for using TorchGeo. | ||
|
||
# style | ||
black[jupyter]==22.6.0 | ||
flake8==4.0.1;python_version=='3.10' | ||
flake8==4.0.1 | ||
isort[colors]==5.10.1 | ||
pydocstyle[toml]==6.1.1 | ||
pyupgrade==2.34.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
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