Skip to content

Commit

Permalink
Merge pull request #27 from MitchellAcoustics/dev
Browse files Browse the repository at this point in the history
Reduce numpy version constraint
  • Loading branch information
MitchellAcoustics authored Aug 2, 2024
2 parents 9749674 + e6294a4 commit 12f7333
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 13 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "flit_core.buildapi"
name = "acoustic-toolbox"
version = "0.1.1"
authors = [
{ name = "Valentin LE BESCOND", email = "valentin.lebescond@univ-eiffel.fr" }
{ name = "Valentin LE BESCOND", email = "valentin.lebescond@univ-eiffel.fr" },
{ name = "Andrew Mitchell", email = "a.j.mitchell@ucl.ac.uk"}
]
description = "Acoustic Toolbox module for Python."
readme = "README.md"
Expand All @@ -16,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy>=2.0.1",
"numpy>=1.23.5",
"scipy>=1.14.0",
"matplotlib>=3.9.1",
"six>=1.16.0",
Expand All @@ -40,14 +41,12 @@ docs = [
"nbsphinx-link>=1.3.0",
"jupyter>=1.0.0",
]
test = [
"pytest>=8.3.2",
]

[tool.flit.sdist]
include = ["tests/"]

[tool.rye]
universal = true
dev-dependencies = [
"ruff>=0.5.5",
"pytest>=8.3.2",
Expand Down
Loading

0 comments on commit 12f7333

Please sign in to comment.