Update requirements.txt
This commit is contained in:
parent
e1d6b4dbf2
commit
8eb224a13f
|
@ -1,10 +1,20 @@
|
||||||
|
# Jupyter Notebook execution
|
||||||
|
notebook
|
||||||
|
|
||||||
|
# Pytorch dependencies
|
||||||
torch
|
torch
|
||||||
torchvision
|
torchvision
|
||||||
lmdb
|
lmdb
|
||||||
torchviz
|
|
||||||
notebook
|
# Array processing
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
|
||||||
|
# Display
|
||||||
matplotlib
|
matplotlib
|
||||||
|
torchviz
|
||||||
|
|
||||||
|
# Image processing
|
||||||
scikit-learn
|
scikit-learn
|
||||||
scikit-image
|
scikit-image
|
||||||
seaborn
|
seaborn
|
||||||
pandas
|
|
||||||
|
|
Loading…
Reference in New Issue