This commit is contained in:
Caleb Robinson 2021-09-02 01:50:01 +00:00 коммит произвёл Adam J. Stewart
Родитель 3227ada3ed
Коммит acaf415b65
4 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@ dependencies:
- numpy
- pip
- pycocotools
- pyproj>=3.0
- python>=3.6
- pytorch-gpu>=1.7
- rarfile>=3

Просмотреть файл

@ -27,6 +27,8 @@ pillow>=2.9
pycocotools
# pydocstyle 6.1+ required for pyproject.toml support
pydocstyle[toml]>=6.1
# pyproj required for fast CRS conversion
pyproj>=3.0
# pytest 6+ required for pyproject.toml support
pytest>=6
# pytest-cov 2.4+ required for pytest --cov flags

Просмотреть файл

@ -30,6 +30,7 @@ install_requires =
matplotlib
numpy
pillow>=2.9
pyproj>=3.0
rasterio>=1.0.16
rtree>=0.5
torch>=1.7

Просмотреть файл

@ -18,6 +18,7 @@ spack:
- "py-omegaconf@2.1:"
- "py-pycocotools"
- "py-pydocstyle@6.1:+toml"
- "py-pyproj@3.0:"
- "py-pytest@6:"
- "py-pytest-cov@2.4:"
- "py-pytorch-lightning@1.3:"