Skip to content

Commit

Permalink
Don't use dynamic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 18, 2023
1 parent ce7ddf9 commit 6bf82e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Mathematics"
]
dynamic = ["version", "dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
dynamic = ["version"]
dependencies = [
"mkl",
"numpy",
"scipy"
]

[project.urls]
Homepage = "https://github.com/haasad/PyPardisoProject"
Expand Down

0 comments on commit 6bf82e7

Please sign in to comment.