Skip to content

Commit

Permalink
move consistency extra to optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Apr 3, 2024
1 parent e1f11b9 commit 16e3fc9
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 @@ -25,9 +25,6 @@ dependencies = [
"h5py>=3.6.0",
"xarray>=0.20.2",
]
consistency_with_pynxtools = [
"pynxtools>=0.1.1",
]

[project.entry-points."pynxtools.reader"]
xps = "pynxtools_xps.reader:XPSReader"
Expand All @@ -50,6 +47,9 @@ dev = [
"pip-tools",
"pre-commit"
]
consistency_with_pynxtools = [
"pynxtools>=0.1.1",
]

[tool.setuptools.package-data]
pynxtools_xps = ["*.json"]
Expand Down

0 comments on commit 16e3fc9

Please sign in to comment.