Skip to content

Commit

Permalink
Merge pull request #115 from roocs/fix-intake
Browse files Browse the repository at this point in the history
restrict intake requirement
  • Loading branch information
cehbrecht committed Feb 19, 2024
2 parents 3a2c1fe + cbc9e70 commit 841c650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -17,6 +17,6 @@ dependencies:
# logging
- loguru >=0.5.3
# catalog
- intake
- intake >=0.7.0,<2.0
- fsspec
- aiohttp
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -12,6 +12,6 @@ roocs_grids>=0.1.2
# logging
loguru>=0.5.3
# catalog
intake
intake>=0.7.0,<2.0
fsspec
aiohttp

0 comments on commit 841c650

Please sign in to comment.