Skip to content

Conversation

@wangseann
Copy link
Collaborator

This PR corresponds to files for the new textual UI.

To use the new UI, please run pip install -r requirements.txt

then pip install -e .

then wonkyconn --textual

Copy link
Collaborator

@htwangtw htwangtw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, some small tweaks

requirements.txt Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can yoy integrate these into the pyproject.toml? Python is gradually moving to have all the configurations integrated in one file

@htwangtw htwangtw mentioned this pull request Dec 11, 2025
wangseann and others added 3 commits December 14, 2025 16:24
Co-authored-by: Hao-Ting Wang <htwangtw@gmail.com>
@wangseann
Copy link
Collaborator Author

merged requested tweaks and moved dependancies to .toml instead of requirements.txt.

GUI stack can be downloaded with pip install .[textual]

@htwangtw htwangtw self-requested a review December 18, 2025 15:57
Copy link
Collaborator

@htwangtw htwangtw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, the test is still failing - we need to have a condition to check if the relevant package is installed before the imports. We can have a look at this:

Nilearn has similar checks for matplotlib:
https://github.com/nilearn/nilearn/blob/73f30611318b3586ae155b086d075f8a80abfabd/nilearn/_utils/helpers.py#L294-L316

And it is used in their conftest to determine whether the test requires a given package.

We can wait until the new year for this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants