facelab / env.yaml
José Eliel Camargo Molina
Update study flow and simplify analysis notebook
93597eb
raw
history blame contribute delete
234 Bytes
name: facelab
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- pip:
- gradio==6.8.0
- opencv-python>=4.8.0
- numpy>=1.24.0
- pillow>=10.0.0
- matplotlib>=3.8.0
- seaborn>=0.13.0