You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mkoeppe can you have a look at this? I tried to do this, but since your latest optimizations in the bootstrap-conda script my bash skills are no longer sufficient to understand what's going on there in detail (e.g. somewhere spaces are treated as array separators, so one cannot simply pull in the install-requires files).
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Did you read the documentation and troubleshoot guide?
Environment
Steps To Reproduce
Run
./bootstrap-conda
.Expected Behavior
The generated conda config file should contain the same version constraints as specified in the
install-requires
files.Actual Behavior
The generated config does not contain the version constraints, or incompatible ones. E.g. at https://github.com/tobiasdiez/sage/actions/runs/4150784209/jobs/7180663661, you can see that networkx, lrcalc and ptyprocess are not specified correctly.
Additional Information
@mkoeppe can you have a look at this? I tried to do this, but since your latest optimizations in the bootstrap-conda script my bash skills are no longer sufficient to understand what's going on there in detail (e.g. somewhere spaces are treated as array separators, so one cannot simply pull in the
install-requires
files).The text was updated successfully, but these errors were encountered: