Skip to content

Commit 8b6623d

Browse files
authoredNov 27, 2024··
Install tornado from conda-forge in Python 3.13 CI (#8951)
1 parent 03a45a8 commit 8b6623d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎continuous_integration/environment-3.13.yaml

+1-2
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)
Please sign in to comment.