-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
64 lines (56 loc) · 1.36 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
package:
name: fiberfusing
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../
git_url: https://github.com/MartinPdeS/FiberFusing.git
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
channels:
- conda-forge
- martinpdes
requirements:
host:
- python {{ PY_VER }}*
- setuptools >=40.8.0
- wheel
- setuptools-scm >=8.0
- pip
run:
- pyyaml ~= 6.0
- martinpdes::mpsplots
- martinpdes::pyoptik
- scipy ~=1.14
- pydantic ~=2.9
- numpy ~=1.26
- tabulate ~=0.9
about:
home: https://github.com/MartinPdeS/FiberFusing
license: MIT
summary: "A package fiber fusing configuration simulating the transverse fusion of fiber optics."
description: FiberFusing is a library that simulate the fusing of fiber optics through scanning flame. It's compuation is based on "The shape of the taper" from Birks.
dev_url: https://github.com/MartinPdeS/FiberFusing
doc_url: https://fiberfusing.readthedocs.io
license_file: LICENSE
keywords:
- fiber optics
- fusion
- fiber components
test:
imports:
- FiberFusing
requires:
- python {{PY_VER}}*
- pytest >=0.6
- pytest-cov >=2.0
- pytest-json-report ~=1.5.0
- coverage ~=7.6.1
commands:
- python -m pytest
source_files:
- tests
extra:
recipe-maintainers:
- MartinPdeS