diff --git a/pyproject.toml b/pyproject.toml index 9857389..597890e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,21 +38,21 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - torch, - numpy, - natsort, - pandas, - dataclasses_json, - mrcfile, - scipy, - cvxpy, - POT, - aspire, - jupyter, - osfclient, - seaborn, - ipyfilechooser, - omegaconf + "torch", + "numpy", + "natsort", + "pandas", + "dataclasses_json", + "mrcfile", + "scipy", + "cvxpy", + "POT", + "aspire", + "jupyter", + "osfclient", + "seaborn", + "ipyfilechooser", + "omegaconf" ] [project.optional-dependencies]