Skip to content

Commit

Permalink
minor: fixed pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Sep 30, 2023
1 parent c586d49 commit bdd79d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Mathematics",
]
dynamic = ["version", ]
dynamic = ["version"]
dependencies = [
"numpy >= 1.21.0",
"scipy >= 1.4.0",
"pylops >= 1.17.0",
"setuptools >= 61.2.0",
]

[project.optional-dependencies]
advanced = ["llvmlite",
"numba",
Expand All @@ -41,6 +42,7 @@ advanced = ["llvmlite",

[tool.setuptools.packages.find]
where = ["pylops"]
exclude = ["pytests"]
namespaces = false

[tool.setuptools_scm]
Expand Down

0 comments on commit bdd79d5

Please sign in to comment.