fathomnet / fgvc-comp-2023

FathomNet's out-of-sample detection challenge in association with FGVC 2023
MIT License
8 stars 1 forks source link

Package version conflict #4

Closed Ayumu-J-S closed 1 year ago

Ayumu-J-S commented 1 year ago

I am using conda with python=3.8, and I get a conflict like below.

The conflict is caused by:
    The user requested numpy==1.23.5
    bottleneck 1.3.5 depends on numpy
    mkl-fft 1.3.1 depends on numpy<1.23.0 and >=1.22.3

Any idea??

eor314 commented 1 year ago

Thanks for pointing this out. The current version works with python>=3.10. I'll work on a revision to requirements.txt that works with older versions.

In the meantime, if you change line 12 in requirements.txt to:

numpy==1.22.4

you should be able to install everything for python=3.8

eor314 commented 1 year ago

Version has been updated in requirements and instructions for installation added to the README.