Skip to content

Commit 8b6623d

Browse files
authored
Install tornado from conda-forge in Python 3.13 CI (#8951)
1 parent 03a45a8 commit 8b6623d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

continuous_integration/environment-3.13.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- sortedcollections
4141
- tblib
4242
- toolz
43-
# - tornado # Using pip below until 6.4.2 is on conda-forge
43+
- tornado
4444
- zict # overridden by git tip below
4545
- zstandard
4646
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
@@ -53,4 +53,3 @@ dependencies:
5353
# - git+https://github.com/dask/s3fs
5454
# - git+https://github.com/fsspec/filesystem_spec
5555
- keras
56-
- tornado>=6.4.2

0 commit comments

Comments
 (0)