Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding SSp_Detector recipe #24303

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95 changes: 0 additions & 95 deletions recipes/example/meta.yaml

This file was deleted.

54 changes: 54 additions & 0 deletions recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "SSp-Detector" %}
{% set version = "2023.10.18" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 61e4a7c264d59591c4b97407a3883fa18a486bef1a244177a171f4b3d23d6630

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation"

requirements:
host:
- pip
- python >=3.10

run:
- glob
- mne >=1.5.1
- numpy >=1.24.3
- os
- outdated
- pandas >=2.0.0
- python >=3.10
- scipy >=1.11
- shutil
- time
- tk >=8.6

test:
imports:
- SSp_Detector
commands:
- pip check
requires:
- pip

about:
home: "https://github.com/sjg2203/SSp_Detector"
license: Apache Software
license_family: APACHE
license_file: LICENSE
summary: "Sleep spindles detector"
doc_url: https://github.com/sjg2203/SSp_Detector/blob/main/README.md
dev_url: https://github.com/sjg2203/SSp_Detector

extra:
recipe-maintainers:
- sjg2203
69 changes: 0 additions & 69 deletions recipes/pypromice/meta.yaml

This file was deleted.

Loading