Update requirements.txt
This commit is contained in:
parent
e1d6b4dbf2
commit
8eb224a13f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue