-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pin sphinx to 7.3, bump awscli to 2.17, downgrade ipython to 8.17 #124
Conversation
Bumps [awscli](https://github.com/aws/aws-cli) from 1.27.76 to 2.17.2. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.27.76...2.17.2) Also need to downgrade ipython from 8.20 to 8.17 to resolve conflict on prompt_toolkit version range (xref ICESAT-2HackWeek/website-2024#18 (comment)).
/condalock |
Need an existing 'conda-lock.yml' file so that the conda-lock bot can re-lock it.
/condalock |
I requested they add the last image and we will get it changed again once this PR is incorporated next week. |
Seems like jupyterlab-plotly doesn't actually exist on conda-forge, and this was included accidentally in 1fa2727?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed your request for review here @weiji14 .
If you want to include it here, could also add stackstac (ICESAT-2HackWeek/website-2024#22)
Also, would be great to bump snowexsql once this is merged conda-forge/snowexsql-feedstock#1
Can of course just do these separately though I'll just merge this in order, we can do the rest separately
Syncing with the changes at ICESAT-2HackWeek/website-2024#18 by:
sphinx
explicity to 7.3 (was resolving to 5.1.1 before)awscli
from 1.27.76 to 2.17 to resolve conflict ondocutils
(see Sync CryoCloud environment ICESAT-2HackWeek/website-2024#18 (comment))ipython
from 8.20.0 to 8.17 to resolve conflict onprompt_toolkit
(see Sync CryoCloud environment ICESAT-2HackWeek/website-2024#18 (comment))This PR also adds a 'conda-lock.yml' (following #122) in addition to the existing 'conda-lock-linux64.yml' file.