Skip to content
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
3 changes: 3 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set python_min = '3.10' %}
{% set python_min = "3.10" %}
{% set name = "virtualship" %}
{% set version = "0.0.3" %}
{% set version = "0.1.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/virtualship-{{ version }}.tar.gz
sha256: 2d5b812136d4e267258abc5b0425cca7807de6e8cbd6b367d8326a6be537c586
sha256: bdede59817e8055a2f72c05050cfbbdcec65861b63621863beed8c6456954a5b

build:
entry_points:
- virtualship = virtualship.cli.main:cli
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2
number: 0

requirements:
host:
Expand All @@ -32,6 +32,7 @@ requirements:
- opensimplex ==0.4.5
- numpy >=1,<2
- pydantic >=2,<3
- copernicusmarine >=2

test:
imports:
Expand Down
Loading