Unverified Commit 51429c2a authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Add extra to install gdown (#8430)


Co-authored-by: default avatarNicolas Hug <nh.nicolas.hug@gmail.com>
parent 8b6c5e74
......@@ -554,6 +554,7 @@ if __name__ == "__main__":
zip_safe=False,
install_requires=requirements,
extras_require={
"gdown": ["gdown>=4.7.3"],
"scipy": ["scipy"],
},
ext_modules=get_extensions(),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment