-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
66 lines (61 loc) · 1.48 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
65
66
package:
name: 'decide-exchange-model'
version: '2022.1.28'
source:
path: ./
build:
number: 0
entry_points:
- decide-cli=decide.cli:main
- decide-gui=decide.gui:main
osx_is_app: true
script: "$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- poetry
- python
- pip
- setuptools
run:
- python
- pyqt >=5.10,<5.16
- setuptools >=49.6.0
- blinker >=1.5
- matplotlib >=3.6.0
- numpy >=1.23.4
- pandas >=1.5.2,<2.0
- peewee >=3.14.4
- typesystem ==0.2.2
- python.app # [osx]
test:
imports:
- decide
- decide.data
- decide.data.tests
- decide.model
- decide.model.observers
- decide.model.observers.tests
- decide.model.test
- decide.qt
- decide.qt.inputwindow
- decide.qt.inputwindow.tests
- decide.qt.mainwindow
- decide.qt.mainwindow.tests
- decide.results
- decide.tests
commands:
- decide-cli --help
about:
home: https://github.com/foarsitter/decide-exchange-model
license: GPL-3.0
license_family: GPL3
license_file: 'LICENSE'
summary: Decide exchange model
description: 'Decide exchange model for collective decision-making'
doc_url: ''
dev_url: 'https://github.com/foarsitter/decide-exchange-model'
app:
entry: decide-gui