mattloper / chumpy

MIT License
195 stars 118 forks source link

New PyPI release without numpy imports #49

Open roym899 opened 1 year ago

roym899 commented 1 year ago

The current version on PyPI does not work with numpy>=1.24.0, since this is already fixed in master could you publish a new release? Thank you :slightly_smiling_face:

dqhieuu commented 1 year ago

A workaround for now is to run pip install git+https://github.com/mattloper/chumpy . This will install the package with the latest source code from this repo.

tobias-kirschstein commented 10 months ago

Is there any news on updating the PyPI release? It is quite inconvenient to manually fix the chumpy dependency every time.