Skip to content

Commit 17738b9

Browse files
committed
Bump env to match #9172
1 parent d82a4d0 commit 17738b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

continuous_integration/environment-3.14.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- ipykernel
1818
- ipywidgets
1919
- jinja2
20-
- jupyter_events<0.11
20+
- jupyter_events
2121
- jupyter-server-proxy
2222
- jupyterlab
2323
- locket
@@ -28,7 +28,7 @@ dependencies:
2828
- prometheus_client
2929
- psutil
3030
- pyarrow
31-
- pytest<8.4 # Pin due to https://github.com/pytest-dev/pytest-cov/issues/693
31+
- pytest
3232
- pytest-cov
3333
- pytest-faulthandler
3434
- pytest-repeat
@@ -38,15 +38,11 @@ dependencies:
3838
- scikit-learn
3939
- scipy
4040
- sortedcollections
41-
- tblib !=3.2.0,!=3.2.1
41+
- tblib
4242
- toolz
4343
- tornado
4444
- zict # overridden by git tip below
4545
- zstandard
46-
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
47-
- setuptools < 71
48-
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
49-
- httpx<0.28.0
5046
- pip:
5147
- git+https://github.com/dask/dask
5248
- git+https://github.com/dask/zict

0 commit comments

Comments
 (0)