pyproj 3.0 to keep 3.6 support everywhere

This commit is contained in:
Caleb Robinson 2021-09-03 19:15:49 +00:00 коммит произвёл Adam J. Stewart
Родитель 62595412da
Коммит 5ee2419d65
4 изменённых файлов: 5 добавлений и 5 удалений

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

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

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

@ -27,8 +27,8 @@ pillow>=2.9
pycocotools
# pydocstyle 6.1+ required for pyproject.toml support
pydocstyle[toml]>=6.1
# pyproj 3.1+ required as it contains threadsafe Transformer and CRS implementations
pyproj>=3.1
# 3.0 is earliest version we tested, note: pyproj 3.1+ contains threadsafe Transformer and CRS implementations
pyproj>=3.0
# pytest 6+ required for pyproject.toml support
pytest>=6
# pytest-cov 2.4+ required for pytest --cov flags

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

@ -30,7 +30,7 @@ install_requires =
matplotlib
numpy
pillow>=2.9
pyproj>=3.1
pyproj>=3.0
rasterio>=1.0.16
rtree>=0.5
shapely>=1.7.0

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

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