Skip to content

Commit

Permalink
Add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Dec 20, 2024
1 parent caf1cba commit 98ac587
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ build-backend = "maturin"
[project]
name = "pycoverm"
requires-python = ">=3.8"
dependencies = ["numpy>=2,<3"]
classifiers = [
"Intended Audience :: Science/Research",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
]
dynamic = ["version"]
[tool.maturin]
Expand Down

0 comments on commit 98ac587

Please sign in to comment.