From 8eb224a13f8b4777fb73266b9d1cc4c41eae96cc Mon Sep 17 00:00:00 2001 From: paul-corbalan Date: Tue, 30 Jan 2024 11:57:10 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e9fcbeb..9f0fa00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,20 @@ +# Jupyter Notebook execution +notebook + +# Pytorch dependencies torch torchvision lmdb -torchviz -notebook + +# Array processing +numpy +pandas + +# Display matplotlib +torchviz + +# Image processing scikit-learn scikit-image seaborn -pandas