mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
# This file specifies requirements of a reproducible environment for
|
|
# testing rasterio. It is used in the project's CI builds.
|
|
|
|
affine~=2.3.0
|
|
attrs>=19.2.0
|
|
boto3>=1.3.1
|
|
# Avoid pallets/click#2939
|
|
click~=8.0,!=8.2.*
|
|
cligj>=0.5
|
|
matplotlib
|
|
numpy>=1.24
|
|
setuptools>=20.0
|
|
pyparsing~=3.1
|