-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add needed pip packages to src/environment.yml
, minimize conda environments
#35593
base: develop
Are you sure you want to change the base?
Conversation
Our upper bound on |
Still lots of conflicts, involving narrowly restricted version of |
@tobiasdiez do you think we can have the "s: run conda ci" label also run the workflow on PR syncs? |
44eea59
to
3a34cdb
Compare
3a34cdb
to
1e484ae
Compare
1e484ae
to
010a422
Compare
010a422
to
83a2e5a
Compare
a6f04ef
to
203603e
Compare
203603e
to
dd61377
Compare
Documentation preview for this PR (built with commit a5e4c8f; changes) is ready! 🎉 |
dd61377
to
3c1f9c6
Compare
… be eliminated by the bootstrap-conda environment minimizer
3c1f9c6
to
a5e4c8f
Compare
📚 Description
pip
section tosrc/environment.yml
for the missing standard packagesagenb_export
(this was left out inbootstrap-conda
: Refactor, generate versioned environment files #36405)pip
section is also good for adding the new pip package in Update to new conway-polynomials python package #36765--enable-system-site-packages
(this was left out in Simplify experimental all-conda installation instructions viapkgs/sage-conf_conda
#36367 (review)) and to avoid--with-system-SPKG=force
for packages that may be omitted by the environment minimizer.src/environment-optional.yml
📝 Checklist
⌛ Dependencies
sage --package list
: Sort output, add switches--{in,ex}clude-dependencies
#36393bootstrap-conda
: Refactor, generate versioned environment files #36405setuptools
update #36411build/pkgs/setuptools_scm
: Update to 8.0.4, add fixes for version 8 #36400networkx
,scipy
,ipywidgets
: Update version ranges inconda.txt
#36513 (split out from here)build/pkgs/sagenb_export
: Fix install-requires.txt #36514 (split out from here)