Skip to content

Commit

Permalink
Remove pylibtiff dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Dec 9, 2022
1 parent a109584 commit e5630dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies:
- pytest-lazy-fixture
- fsspec
- s3fs
- pylibtiff
- python-geotiepoints
- pooch
- pip
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'dask[array] >=0.17.1', 'pyproj>=2.2', 'zarr', 'donfig', 'appdirs',
'pooch', 'pyorbital']

test_requires = ['behave', 'h5py', 'netCDF4', 'pyhdf', 'imageio', 'pylibtiff',
test_requires = ['behave', 'h5py', 'netCDF4', 'pyhdf', 'imageio',
'rasterio', 'geoviews', 'trollimage', 'fsspec', 'bottleneck',
'rioxarray', 'pytest', 'pytest-lazy-fixture', 'defusedxml',
's3fs']
Expand Down Expand Up @@ -70,7 +70,6 @@
'cf': ['h5netcdf >= 0.7.3'],
'awips_tiled': ['netCDF4 >= 1.1.8'],
'geotiff': ['rasterio', 'trollimage[geotiff]'],
'mitiff': ['pylibtiff'],
'ninjo': ['pyninjotiff', 'pint'],
# Composites/Modifiers:
'rayleigh': ['pyspectral >= 0.10.1'],
Expand Down

0 comments on commit e5630dd

Please sign in to comment.