elcorto / psweep

Loop like a pro, make parameter studies fun.
https://elcorto.github.io/psweep
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Can't push to pypi because of direct dependency in `pyproject.toml` #12

Closed elcorto closed 9 months ago

elcorto commented 9 months ago

Affects all releases later than 0.10.0 .

Reason is https://github.com/elcorto/psweep/blob/0.11.0/pyproject.toml#L46, which leads to https://github.com/pypa/twine/issues/726. This is only in project.optional-dependencies but still pypi doesn't allow this.

For the time being, use

git clone ...
cd psweep
pip install [-e] .