Skip to content

Commit

Permalink
update pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSilva27 committed Aug 5, 2024
1 parent 384eebf commit bc341a8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bc341a8

Please sign in to comment.