Skip to content

Commit

Permalink
Added missing Python dependencies (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke authored Nov 5, 2024
1 parent f724e04 commit 08c029c
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 @@ -9,9 +9,7 @@ description = "n-dimensional finite element definition library."
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
authors = [
{name = "Matthew Scroggs", email = "rust@mscroggs.co.uk"}
]
authors = [{ name = "Matthew Scroggs", email = "rust@mscroggs.co.uk" }]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand All @@ -20,6 +18,8 @@ dependencies = [
"maturin>=1.7.2",
"numpy",
"cffi",
"pytest",
"pip",
'patchelf; platform_system == "Linux"',
]
packages = ["ndelement"]
Expand Down

0 comments on commit 08c029c

Please sign in to comment.