using for loop to install conda package
This commit is contained in:
11
.CondaPkg/env/Lib/site-packages/imageio/freeze.py
vendored
Normal file
11
.CondaPkg/env/Lib/site-packages/imageio/freeze.py
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Helper functions for freezing imageio.
|
||||
"""
|
||||
|
||||
|
||||
def get_includes():
|
||||
return ["email", "urllib.request", "numpy", "zipfile", "io"]
|
||||
|
||||
|
||||
def get_excludes():
|
||||
return []
|
||||
Reference in New Issue
Block a user