1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

conda environment (#520)

This commit is contained in:
Jaroslaw Janas
2023-05-14 18:32:06 +02:00
committed by GitHub
parent 0bbe9348a2
commit 0193bcd00a

15
environment.yml Normal file
View File

@@ -0,0 +1,15 @@
name: kcc
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- Pillow>=5.2.0
- psutil>=5.0.0
- python-slugify>=1.2.1
- raven>=6.0.0
- distro
- pip
- pip:
- mozjpeg-lossless-optimization>=1.1.2
- PyQt5>=5.6.0