-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeta.yaml
More file actions
62 lines (54 loc) · 1.18 KB
/
meta.yaml
File metadata and controls
62 lines (54 loc) · 1.18 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
package:
name: pyfinitdiff
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../
git_url: https://github.com/MartinPdeS/PyFinitDiff.git
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
channels:
- conda-forge
- martinpdes
requirements:
host:
- python >=3.8
- setuptools >=40.8.0
- wheel
- setuptools-scm >=8.0
- pip
- martinpdes::mpsplots
run:
- martinpdes::mpsplots
- scipy >=1.14
- pydantic
- numpy
- tabulate
about:
home: https://github.com/MartinPdeS/PyFinitDiff
license: MIT
summary: "A package for refractive index values."
description: PyOptik is a library that helps the end-user to build it's own refractive index library.
dev_url: https://github.com/MartinPdeS/PyFinitDiff
doc_url: https://pyfinitdiff.readthedocs.io
license_file: LICENSE
keywords:
- finite-difference
- solving
- linear algebra
test:
imports:
- PyFinitDiff
requires:
- pytest >=0.6
- pytest-cov >=2.0
- pytest-json-report ~=1.5
- coverage ~=7.6
commands:
- python -m pytest
source_files:
- tests
extra:
recipe-maintainers:
- MartinPdeS