Skip to content

Commit d9ada7d

Browse files
committed
Add requirements.txt and .gitignore
1 parent 470877b commit d9ada7d

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*/__pycache__/*
2+
*.pyc

requirements.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
numpy
2+
scipy
3+
h5py
4+
Pillow
5+
six
6+
opencv-python
7+
scikit-learn
8+
metric-learn
9+
matplotlib
10+
pandas
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)