forked from jupyrdf/ipyradiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanaconda-project.yml
99 lines (91 loc) · 1.94 KB
/
anaconda-project.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
name: ipyradiant
variables:
PYTHONIOENCODING: utf-8
commands:
lab:
description: start lab
unix: &lab jupyter lab --no-browser --debug
windows: *lab
env_spec: dev
lab:build:
description: build jupyterlab
unix: &labBuild jupyter lab build --minimize=True --dev-build=False
windows: *labBuild
env_spec: dev
test:pytest:
description: test ipyradiant package.
windows: cd src\ipyradiant && pytest -ra
unix: cd src/ipyradiant && pytest -ra
env_spec: dev
env_specs:
dev:
platforms:
- linux-64
- osx-64
- win-64
inherit_from:
- ipyradiant
packages:
- pytest
- pytest-cov
- python >=3.7,<3.8.0a0
build:
description: build tools
platforms:
- linux-64
- osx-64
- win-64
channels:
- https://conda.anaconda.org/conda-forge
- nodefaults
packages:
- conda ==4.8.3
- pip
- python >=3.7,<3.8.0a0
- twine
qa:
description: qa tools
platforms:
- linux-64
- osx-64
- win-64
channels:
- https://conda.anaconda.org/conda-forge
- nodefaults
packages:
- black
- flake8
- isort >=5
- jupyterlab >=3.0.0
- nbformat
- nodejs >=12,<13.0.0a0
- pyflakes
- python >=3.7,<3.8.0a0
ipyradiant:
description: minimal binder environment (from environment.yml)
platforms:
- linux-64
- osx-64
- win-64
channels:
- https://conda.anaconda.org/conda-forge
- nodefaults
packages:
- datashader
- hvplot
- importnb
- ipycytoscape >=1.2
- ipython >=7.20
- ipywidgets >=7.6,<8
- pyviz_comms
- jupyterlab >=3.0.0
- networkx >=2
- nodejs >=12,<13.0.0a0
- numpy
- pip
- pyld
- pyshacl
- python >=3.6 # underspecified so binder does whatever's clever
- rdflib-jsonld
- requests_cache
- scikit-image