Skip to content

Commit

Permalink
exclude intake version 0.6.1 due to missing Jinja2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Feb 19, 2021
1 parent 6401e52 commit bdf6758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
"requests",
"pyyaml",
"intake",
"aiohttp",
"intake!=0.6.1", # due to lacking jinja2 dependency
"aiohttp", # required by intake to access catalogs via http
],
)

0 comments on commit bdf6758

Please sign in to comment.