Skip to content

Commit eb505db

Browse files
Merge pull request #5993 from cylc/8.2.x-sync
🤖 Merge 8.2.x-sync into master
2 parents d04cd73 + a1d0530 commit eb505db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- python
1818
- pyzmq >=22
1919
- importlib_metadata >=5.0 # [py<3.12]
20-
- urwid >=2,<3
20+
- urwid >=2,<3,!=2.6.2,!=2.6.3
2121
- tomli >=2 # [py<3.11]
2222

2323
# optional dependencies

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ install_requires =
7575
psutil>=5.6.0
7676
pyzmq>=22
7777
importlib_metadata>=5.0; python_version < "3.12"
78-
urwid==2.*
78+
# NOTE: exclude two urwid versions that were not compatible with Tui
79+
urwid==2.*,!=2.6.2,!=2.6.3
7980
# unpinned transient dependencies used for type checking
8081
rx
8182
promise

0 commit comments

Comments
 (0)