image2coloringbook / environment.yml
shawnljw
add usage instructions
73dce95
raw
history blame
184 Bytes
name: image2coloringbook
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- gradio=3.23.0
- numpy=1.26.0
- opencv=4.6.0
- tqdm=4.66.1
- scikit-learn=1.3.0