Skip to content
Snippets Groups Projects
Commit c76fca61 authored by Matvey Loshakov's avatar Matvey Loshakov
Browse files

feat: add pybaselines

parent 1821de84
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class PyPybaselines(PythonPackage):
"""pybaselines is a library of algorithms for the baseline correction of experimental data."""
homepage = "https://github.com/derb12/pybaselines"
pypi = "pybaselines/pybaselines-1.1.0.tar.gz"
maintainers("mloshakov", "dennisdoll")
version("1.1.0", sha256="1f61ca378459af3983d6ca5813610ca587ac33d5b89e3c03bfb5f692bde61526")
depends_on("python@3.8:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-numpy@1.20:", type=("build", "run"))
depends_on("py-scipy@1.5:", type=("build", "run"))
...@@ -40,6 +40,7 @@ spack: ...@@ -40,6 +40,7 @@ spack:
- py-netpyne@1.0.6 - py-netpyne@1.0.6
- py-neurom@3.2.2 - py-neurom@3.2.2
- py-neuror@1.6.4 - py-neuror@1.6.4
- py-pybaselines@1.1.0
- py-pynn@0.12.3 +mpi - py-pynn@0.12.3 +mpi
- py-pyunicore@1.1.1 - py-pyunicore@1.1.1
- py-quantities-scidash@0.12.4.3 - py-quantities-scidash@0.12.4.3
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment