POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
25 stars 19 forks source link

conda_v1 fix #266

Closed maxbriel closed 4 months ago

maxbriel commented 4 months ago

I changed the requirements to be minimum and changes thenumpy maximum requirement, which caused the solver to fail. Locally on my machine, this passed conda mambabuild.

I've changed setup.py to follow the same maximum allowed versioning.

maxbriel commented 4 months ago

This solves the issue with the publishing to conda. Hopefully, if accepted this should propagate to conda and solve the installation issues.

maxbriel commented 4 months ago

Technically this is already publish-to-anaconda due to how the github action is setup.

I've check that on my computer the conda install works.