Skip to content

Commit

Permalink
Install tornado from conda-forge in Python 3.13 CI (#8951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Nov 27, 2024
1 parent 03a45a8 commit 8b6623d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions continuous_integration/environment-3.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- sortedcollections
- tblib
- toolz
# - tornado # Using pip below until 6.4.2 is on conda-forge
- tornado
- zict # overridden by git tip below
- zstandard
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
Expand All @@ -53,4 +53,3 @@ dependencies:
# - git+https://github.com/dask/s3fs
# - git+https://github.com/fsspec/filesystem_spec
- keras
- tornado>=6.4.2

0 comments on commit 8b6623d

Please sign in to comment.