Skip to content
Snippets Groups Projects

Draft: feat add: py-neuralactivitycubic

2 unresolved threads

Summary

Package py-neuralactivitycubic
Contact point mloshakov
KG entry none

Checks

  • Software Quality Checklist: SQ-Checklist.pdf (level: )
  • Current maintainer is listed first in package.py
  • No pinned dependency versions
  • Post-installation tests are defined

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
15
16 version("0.0.3", sha256="516e99e44a70d83f526a128e653a63c6b7ae4ffbe362fe7854121999a7c8fecb")
17
18 depends_on("python@3.8:", type=("build", "run"))
19 depends_on("py-ipywidgets@8.0.2:8", type=("build", "run"))
20 depends_on("py-ipyfilechooser@0.6.0", type=("build", "run"))
21 depends_on("py-imageio@2.30:2", type=("build", "run"))
22 depends_on("py-imageio-ffmpeg@0.4:0.5", type=("build", "run"))
23 depends_on("py-matplotlib@3.8:3.9", type=("build", "run"))
24 depends_on("py-scipy@1.11.4", type=("build", "run"))
25 depends_on("py-numpy@1.26.2", type=("build", "run"))
26 depends_on("py-pandas@2.2.1", type=("build", "run"))
27 depends_on("py-pybaselines@1.1.0", type=("build", "run"))
28 depends_on("py-roifile@2024.1.10", type=("build", "run"))
29 depends_on("py-shapely@2.0.1", type=("build", "run"))
30 depends_on("py-scikit-image@0.22.0", type=("build", "run"))
  • Eleni Mathioulaki added 32 commits

    added 32 commits

    Compare with previous version

    Toggle commit list
  • Eleni Mathioulaki added 97 commits

    added 97 commits

    Compare with previous version

    Toggle commit list
  • Eleni Mathioulaki changed target branch from spack_v0.23.0 to master

    changed target branch from spack_v0.23.0 to master

  • Matvey Loshakov added 1 commit

    added 1 commit

    • 6dfd72b2 - Updated dependencies for na3

    Compare with previous version

  • Matvey Loshakov
    Matvey Loshakov @mloshakov started a thread on commit 6dfd72b2
  • 21 21 depends_on("py-imageio@2.30:2", type=("build", "run"))
    22 22 depends_on("py-imageio-ffmpeg@0.4:0.5", type=("build", "run"))
    23 23 depends_on("py-matplotlib@3.8:3.9", type=("build", "run"))
    24 depends_on("py-scipy@1.11.4", type=("build", "run"))
    25 depends_on("py-numpy@1.26.2", type=("build", "run"))
    26 depends_on("py-pandas@2.2.1", type=("build", "run"))
    27 depends_on("py-pybaselines@1.1.0", type=("build", "run"))
    28 depends_on("py-roifile@2024.1.10", type=("build", "run"))
    29 depends_on("py-shapely@2.0.1", type=("build", "run"))
    30 depends_on("py-scikit-image@0.22.0", type=("build", "run"))
    31
    32 depends_on("py-jupyterlab@4.2.3", type=("run"))
    24 depends_on("py-scipy@1.11.4:", type=("build", "run"))
    Please register or sign in to reply