Skip to content

Commit

Permalink
Fix fastTSNE version to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed Dec 15, 2018
1 parent 3ae100d commit 242ceee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
- commonmark
- serverfiles
- matplotlib >=2.0.0
- fasttsne >=0.2.12
- fasttsne ==0.2.13

test:
# Python imports
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ serverfiles # for Data Sets synchronization
networkx
python-louvain
requests
fastTSNE>=0.2.12
fastTSNE==0.2.13

0 comments on commit 242ceee

Please sign in to comment.