princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.36k stars 507 forks source link

"scipy>=1.5.4,<1.6", #180

Closed shon-otmazgin closed 2 years ago

shon-otmazgin commented 2 years ago

can you update the setup file to support newer version of scipy and numpy? currently there is a problem to install it on py38 and only working with py37.

py38 is necessary run with apple silicone.

gaotianyu1350 commented 2 years ago

Hi I updated the requirement to just using the latest. You can also just specify the version you want when you install.

shon-otmazgin commented 2 years ago

Hello, @gaotianyu1350 still when installing using pip (PyPi) the requirement for scipy>=1.5.4,<1.6 is there

Shon