Move deps to meta.yaml
pyzebra CI/CD pipeline / test-env (push) Successful in 2m13s
pyzebra CI/CD pipeline / prod-env (push) Skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 3s

This commit is contained in:
2026-07-21 15:16:53 +02:00
parent 1d896af102
commit f17e4199af
2 changed files with 7 additions and 11 deletions
+6 -3
View File
@@ -21,9 +21,12 @@ requirements:
- hatchling
run:
- python {{ pyproject['project']['requires-python'] }}
{% for dep in pyproject['project']['dependencies'] %}
- {{ dep }}
{% endfor %}
- numpy
- scipy
- h5py
- bokeh ~=3.8.0 # https://github.com/bokeh/bokeh/issues/13859
- numba
- lmfit >=1.0.2
about:
home: {{ pyproject['project']['urls']['Homepage'] }}
+1 -8
View File
@@ -6,14 +6,7 @@ build-backend = "hatchling.build"
name = "pyzebra"
dynamic = ["version"] # version will be read from __init__.py
requires-python = ">=3.10"
dependencies = [
"numpy",
"scipy",
"h5py",
"bokeh ~=3.8.0", # https://github.com/bokeh/bokeh/issues/13859
"numba",
"lmfit >=1.0.2",
]
dependencies = []
authors = [
{name = "Paul Scherrer Institute"}
]