From 3ea8d552d38adc6feb98d0f2b538032e5201ce66 Mon Sep 17 00:00:00 2001 From: daniel-jakob Date: Mon, 15 Jan 2024 16:45:21 +0000 Subject: [PATCH] PIL -> pillow in conda.yaml --- conda.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conda.yaml b/conda.yaml index 4db33bf..5746189 100644 --- a/conda.yaml +++ b/conda.yaml @@ -6,4 +6,9 @@ dependencies: - numpy - matplotlib - opencv - - scipy \ No newline at end of file + - scipy + - requests + - PIL + - os + - sys + - pytest \ No newline at end of file