Skip to content

Commit

Permalink
Add extra to install gdown (#8430)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Hug <nh.nicolas.hug@gmail.com>
  • Loading branch information
adamjstewart and NicolasHug authored May 20, 2024
1 parent 8b6c5e7 commit 51429c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ def run(self):
zip_safe=False,
install_requires=requirements,
extras_require={
"gdown": ["gdown>=4.7.3"],
"scipy": ["scipy"],
},
ext_modules=get_extensions(),
Expand Down

0 comments on commit 51429c2

Please sign in to comment.