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