Skip to content

Commit

Permalink
Merge pull request conda-forge#28622 from MiraGeoscience/DEVOPS-578
Browse files Browse the repository at this point in the history
Adding gempy_engine
  • Loading branch information
synapticarbors authored Dec 18, 2024
2 parents 3024c78 + abce25a commit 690dd0d
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions recipes/gempy_engine/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "gempy-engine" %}
{% set version = "2024.2.0" %}
{% set python_min = "3.10" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gempy_engine-{{ version }}.tar.gz
sha256: 35bd3e764305fd49955713703913e4619e12a7780439f342c0616c2c361e335a

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

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
- setuptools_scm
run:
- python >={{ python_min }}
- numpy
- python-dotenv >=1.0.1,<1.1.dev0

test:
imports:
- gempy_engine
commands:
- pip check
requires:
- python {{ python_min }}
- pip

about:
home: https://github.com/gempy-project/gempy_engine
summary: A Python package necessary for GemPy.
description: A Python package necessary for GemPy.
license: EUPL-1.2
license_file: LICENSE
dev_url: https://github.com/gempy-project/gempy_engine

extra:
recipe-maintainers:
- SophieCurinier

0 comments on commit 690dd0d

Please sign in to comment.