Skip to content

Commit c726de6

Browse files
committed
update: add loguru for cleaner logging and tables for data file parsing
1 parent 4002b04 commit c726de6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)