DmitryUlyanov/Multicore-TSNE

cmake version requirement.txt

flde opened this issue · 2 comments

flde commented

Hi,

in the requirement.txt its cmake>=3.17.0. However, with python 3.6 and the newest cmake==3.22.0 the MulticoreTSNE installation fails. When I use cmake==3.17.1 the installation works. Maybe that can be updated in the requirement.txt?

This is fixed with this pull request (if it gets accepted):

#92