Spaces:
Running
on
Zero
Running
on
Zero
Update datamapplot dependency to a more specific commit hash format in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ adapters
|
|
10 |
torch
|
11 |
tqdm
|
12 |
pyarrow
|
13 |
-
git+https://github.com/TutteInstitute/datamapplot.git@
|
14 |
numba==0.58.1
|
15 |
umap-learn==0.5.7
|
16 |
pynndescent==0.5.12
|
|
|
10 |
torch
|
11 |
tqdm
|
12 |
pyarrow
|
13 |
+
datamapplot @ git+https://github.com/TutteInstitute/datamapplot.git@cda9fa5e86714a7937130c31ee04fa63f23317a5
|
14 |
numba==0.58.1
|
15 |
umap-learn==0.5.7
|
16 |
pynndescent==0.5.12
|