File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ dependencies = [
5151 " ipykernel" , # for running Jupyter notebooks
5252 " jaxtyping>=0.2.12" , # tensor type checking
5353 " joblib" , # for parallel processing
54+ " loguru" , # for cleaner logging
5455 " lovely-numpy" , # for fancy numpy debugging
5556 " lovely-tensors" , # for fancy pytorch debugging
5657 " meeko" , # for molecular docking preparation
@@ -70,9 +71,9 @@ dependencies = [
7071 " seaborn" , # for plotting
7172 " setuptools" , # for packaging
7273 " spyrmsd" , # for RMSD calculations
73- " wrapt_timeout_decorator " , # for preventing certain functions from executing indefinitely
74+ " tables " , # for parsing large data files
7475 " tqdm" , # progress bars
75- " loguru " , # for cleaner logging
76+ " wrapt_timeout_decorator " , # for preventing certain functions from executing indefinitely
7677]
7778
7879[project .urls ]
You can’t perform that action at this time.
0 commit comments