Skip to content

Conversation

Ishubhammohole
Copy link

This PR updates the environment.yml file to add version constraints to several frequently resolved dependencies. These changes help reduce environment resolution time in CI workflows using micromamba, which was previously leading to timeouts (see #61531).

Updated packages:

  • ipywidgets>=8.1.2
  • nbformat>=5.9.2
  • notebook>=7.0.6,<7.2.0
  • dask-core>=2024.4.2
  • seaborn-base>=0.13.2

Fixes: #61531

…time

Added version constraints to packages like ipython, ipywidgets, nbformat, notebook, dask-core, and seaborn-base. This helps reduce environment resolution time and prevents CI timeouts during micromamba setup.

Fixes issue: pandas-dev#61531
@Ishubhammohole
Copy link
Author

pre-commit.ci autofix

@datapythonista
Copy link
Member

Closing, as discussed in #61531 (comment)

@datapythonista datapythonista added CI Continuous Integration Dependencies Required and optional dependencies labels Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration Dependencies Required and optional dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Micromamba taking too long to resolve the environments in the CI

2 participants