-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathenvironment.yml
70 lines (67 loc) · 1.38 KB
/
environment.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
dependencies:
# Main dependencies
- applaunchservices >=0.1.7
- atomicwrites >=1.2.0
- chardet >=2.0.0
- cloudpickle >=0.5.0
- cookiecutter >=1.6.0
- diff-match-patch >=20181111
- intervaltree >=3.0.2
- ipython >=7.6.0
- jedi =0.17.2
- jsonschema >=3.2.0
- keyring >=17.0.0
- nbconvert >=4.0
- numpydoc >=0.6.0
- paramiko >=2.4.0
- parso =0.7.0
- pexpect >=4.4.0
- pickleshare >=0.4
- psutil >=5.3
- pygments >=2.0
- pylint >=1.0
- pyls-black >=0.4.6
- pyls-spyder >=0.3.2,<0.4.0
- pyqt <5.13
# NOTE: There's no need to set constraints for python-language-server
# here because Spyder uses the subrepo for it when started in Binder.
- python-language-server
- pyxdg >=0.26
- pyzmq >=17
- qdarkstyle =3.0.2
- qstylizer >=0.1.10
- qtawesome >=1.0.2
- qtconsole >=5.1.0
- qtpy >=1.5.0
- rtree >=0.9.7
- setuptools >=39.0.0
- sphinx >=0.6.6
# NOTE: There's no need to set constraints for spyder-kernels here
# because Spyder uses the subrepo for it when started in Binder.
- spyder-kernels
- textdistance >=4.2.0
- three-merge >=0.1.1
- watchdog >=0.10.3
# Testing dependencies
- coverage
- cython
- flaky
- matplotlib
- pandas
- pillow
- pytest <6.0
- pytest-cov
- pytest-lazy-fixture
- pytest-ordering
- pytest-qt
- pytest-xvfb
- pyyaml
- scipy
- sympy
# This is required to avoid conda complaining about it.
- pip
# Required for jupyter-desktop-server
- websockify
- nbgitpuller
- pip:
- jupyter-desktop-server