UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
10 stars 4 forks source link

Installation failing #99

Closed wfarah closed 1 year ago

wfarah commented 1 year ago

The installation was failing due to this line:

cupy = "~11."

in: https://github.com/UCBerkeleySETI/hyperseti/blob/master/pyproject.toml#L12

I think the parser doesn't like the fact that there is no digit after the decimal point

telegraphic commented 1 year ago

Oop, late night change to relax that dependency -- I've just pushed a fix straight to master branch

telegraphic commented 1 year ago

Closing, should be fixed. Note you should now be able to install via conda with

 conda install -c technosignatures hyperseti