Skip to content

Commit

Permalink
Moving snoop dependency to main
Browse files Browse the repository at this point in the history
Wasn't thinking, `snoop` needs to be a main dependency if loaded from `__init__.py`.

Also took the opportunity to sort the dependencies alphabetically.
  • Loading branch information
ns-rse committed Dec 5, 2023
1 parent 284ec84 commit cc353b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,22 @@ keywords = [
]
requires-python = ">=3.9"
dependencies = [
"h5py",
"igor2",
"matplotlib",
"numpy",
"pandas",
"pySPM",
"pyfiglet",
"pyyaml",
"ruamel.yaml",
"schema",
"scikit-image",
"scipy",
"seaborn",
"snoop",
"tifffile",
"tqdm",
"pyfiglet",
"h5py"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -85,7 +86,6 @@ dev = [
"pyupgrade",
"pytest-durations",
"pytest-xdist",
"snoop",
]
pypi = [
"build",
Expand Down

0 comments on commit cc353b9

Please sign in to comment.