Skip to content

Commit

Permalink
Merge pull request #133 from hoechenberger/hoechenberger/issue132
Browse files Browse the repository at this point in the history
Try to use `hatchling` exclusively for building
  • Loading branch information
hoechenberger authored May 26, 2024
2 parents 52de81f + ef9f4bd commit b6d2a41
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = "1.7.0" %}
{% set sha256 = "a6c8fce601e3b3559875825f527da7c72dbd19fcb9d206692f94c98ae5f0fce0" %}
{% set pymin = "3.9" %}
{% set build = 2 %}
{% set build = 3 %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -31,12 +31,10 @@ outputs:
host:
- python >={{ pymin }}
- pip
- setuptools >=45
- setuptools_scm >=6.2
- git
- hatchling
- hatch-vcs
run:
- python >={{ pymin }}
- setuptools
- matplotlib-base >=3.5.0
- numpy >=1.21.2
- scipy >=1.7.1
Expand All @@ -56,7 +54,6 @@ outputs:
- mne --version
requires:
- pip
- setuptools

- name: mne
build:
Expand Down Expand Up @@ -113,7 +110,6 @@ outputs:
- mne --version
requires:
- pip
- setuptools

- name: mne-installer-menus
requirements:
Expand Down

0 comments on commit b6d2a41

Please sign in to comment.