Skip to content

Commit 7da23c9

Browse files
committed
[pyproject.toml and README] add ipywidgets dependency and delete the progressbar TODO
1 parent 629d550 commit 7da23c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ This is an informal list of known issues and TODOs:
7373
* keeping vs reporting contacts: a design choice has to be made wrt to the effect of ctc_cutoff_Ang on a ContactGroup:
7474
If a given cutoff makes a ContactPair have freq=0, should the CP be kept in the CG, simply not reported? There's now a branch for that: https://github.com/gph82/mdciao/tree/buffer_neighborhood
7575
* overhaul the "printing" system with proper logging and warnings (perhaps use `loguru <https://github.com/Delgan/loguru>`_)
76-
* progressbar not very informative for one chunked trajectory or parallel runs
7776
* the affiliation of a residue to a fragment is done as "res@frag" on the string output and res^frag in figures, this implementation is simply using replace("@","^"), could be better
7877
* parallel execution with memory mdtraj.Trajectory objects should be better
7978
* harmonize documentation API cli methods (mdciao.cli) and the CLI scripts (mdc_*)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies = [ "cython",
3434
"XlsxWriter",
3535
"requests",
3636
"tqdm",
37+
"ipywidgets",
3738
"natsort",
3839
"bezier",
3940
"mpl_chord_diagram>=0.3.2",

0 commit comments

Comments
 (0)