-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmeta.yaml
More file actions
63 lines (56 loc) · 1.24 KB
/
meta.yaml
File metadata and controls
63 lines (56 loc) · 1.24 KB
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
package:
name: pyfibermodes
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../
git_url: https://github.com/MartinPdeS/PyFiberModes.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:
- martinpdes::mpsplots
- martinpdes::pyfinitdiff
- martinpdes::pyoptik
- pyyaml
- matplotlib
- numpy
- scipy
about:
home: https://github.com/MartinPdeS/PyFiberModes
license: MIT
summary: "A package for exact fiber optics mode solving."
description: PyFiberModes is a package that solves cymetrically symmetric fiber optics propagation modes.
dev_url: https://github.com/MartinPdeS/PyFiberModes
doc_url: https://PyFiberModes.readthedocs.io
license_file: LICENSE
keywords:
- optics
- refractive index
- fiber
test:
imports:
- PyFiberModes
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