Skip to content

Commit 25b5cc6

Browse files
tSNE: Add conda requirement to fasttsne 0.2.7
1 parent 1b7479d commit 25b5cc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conda-recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ requirements:
5151
- commonmark
5252
- serverfiles
5353
- matplotlib >=2.0.0
54+
- fasttsne >=0.2.7
5455

5556
test:
5657
# Python imports

requirements-core.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ setuptools>=36.3
1515
serverfiles # for Data Sets synchronization
1616
networkx
1717
python-louvain
18-
fastTSNE>=0.2.3
18+
fastTSNE>=0.2.7

0 commit comments

Comments
 (0)