Skip to content

Commit

Permalink
Unpin fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Alger authored and Matthew Alger committed Jun 9, 2021
1 parent 3334571 commit 265ee23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- s3fs
- pip:
- datacube
- fsspec==0.8.0
- fsspec
- python-geohash
- rioxarray
- rasterstats
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
datacube
fsspec==0.8.0
fsspec
geopandas
numpy
python-geohash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
'datacube', 'geopandas', 'fsspec==0.8.0', 'numpy', 'python-geohash',
'datacube', 'geopandas', 'fsspec', 'numpy', 'python-geohash',
'rioxarray', 'rasterstats', 'boto3', 's3fs',
]

Expand Down

0 comments on commit 265ee23

Please sign in to comment.