We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ce66b + bd6a1fd commit b8c86ddCopy full SHA for b8c86dd
.gitignore
@@ -1,5 +1,12 @@
1
+*.DS_Store
2
+*.pem
3
+*.swp
4
+manifest.txt
5
data/
6
output/
-.DS_Store
-*.pem
-*.swp
7
+build/
8
+datasets/
9
+dist/
10
+iiif-downloads/
11
+*.egg-info/
12
+pixplot/
utils/requirements.txt
@@ -6,4 +6,4 @@ scikit-learn==0.19.1
six==1.11.0
tensorflow>=1.8.0,<=2.0.0
umap-learn==0.2.3
-tqdm==4.23.4
+tqdm==4.23.4
0 commit comments