Skip to content

Add version constraints to reduce micromamba CI environment resolution time #61534

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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- html5lib>=1.1
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- ipython
- ipython>=8.21.0
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
- jinja2>=3.1.3
- lxml>=4.9.2
Expand Down Expand Up @@ -61,8 +61,8 @@ dependencies:
- zstandard>=0.22.0

# downstream packages
- dask-core
- seaborn-base
- dask-core>=2024.4.2
- seaborn-base>=0.13.2

# local testing dependencies
- moto
Expand Down Expand Up @@ -100,9 +100,9 @@ dependencies:
- nbconvert>=7.11.0
- nbsphinx
- pandoc
- ipywidgets
- nbformat
- notebook>=7.0.6
- ipywidgets>=8.1.2
- nbformat>=5.9.2
- notebook>=7.0.6,<7.2.0
- ipykernel

# web
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fsspec>=2023.12.2
html5lib>=1.1
hypothesis>=6.84.0
gcsfs>=2023.12.2
ipython
ipython>=8.21.0
pickleshare
jinja2>=3.1.3
lxml>=4.9.2
Expand All @@ -48,8 +48,8 @@ xarray>=2024.1.1
xlrd>=2.0.1
xlsxwriter>=3.2.0
zstandard>=0.22.0
dask
seaborn
dask>=2024.4.2
seaborn>=0.13.2
moto
flask
asv>=0.6.1
Expand All @@ -73,9 +73,9 @@ types-setuptools
nbconvert>=7.11.0
nbsphinx
pandoc
ipywidgets
nbformat
notebook>=7.0.6
ipywidgets>=8.1.2
nbformat>=5.9.2
notebook>=7.0.6,<7.2.0
ipykernel
markdown
feedparser
Expand Down
Loading