We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974426a commit aa71942Copy full SHA for aa71942
conda/meta.yaml
@@ -0,0 +1,43 @@
1
+{% set version = "0.1.0" %}
2
+
3
+package:
4
+ name: pysnom
5
+ version: {{ version }}
6
7
+source:
8
+ git_url: ../
9
10
+build:
11
+ number: 0
12
+ noarch: python
13
+ script:
14
+ - python -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
15
16
+requirements:
17
+ build:
18
+ - python >=3.10
19
+ - setuptools
20
+ - setuptools_scm
21
+ run:
22
23
+ - numpy <2.0.0
24
+ - agilent-format>=0.4.5
25
+ - gwyfile >=0.2.0
26
+ - scipy
27
+ - gsffile
28
29
+test:
30
+ imports:
31
+ - pySNOM
32
+ commands:
33
+ - python -m unittest pySNOM.tests
34
35
+about:
36
+ home: https://github.com/quasars/pySNOM
37
+ license: 'CC BY-NC-SA 4.0'
38
+ license_family: 'CC'
39
+ summary: 'pySNOM'
40
41
+extra:
42
+ recipe-maintainers:
43
+ - markotoplak
0 commit comments