-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathenvironment.yml
80 lines (77 loc) · 1.51 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
71
72
73
74
75
76
77
78
79
80
channels:
- conda-forge/label/spyder_kernels_rc
- conda-forge
dependencies:
# Main dependencies
- aiohttp >=3.9.3
- asyncssh >=2.14.0,<3.0.0
- atomicwrites >=1.2.0
- chardet >=2.0.0
- cloudpickle >=0.5.0
- cookiecutter >=1.6.0
- diff-match-patch >=20181111
- fcitx-qt5 >=1.2.7
- fzf >=0.42.0
- importlib-metadata >=4.6.0
- intervaltree >=3.0.2
- ipython >=8.13.0,<9.0.0,!=8.17.1
- jedi >=0.17.2,<0.20.0
- jellyfish >=0.7
- jsonschema >=3.2.0
- keyring >=17.0.0
- nbconvert >=4.0
- numpydoc >=0.6.0
- parso >=0.7.0,<0.9.0
- pexpect >=4.4.0
- pickleshare >=0.4
- psutil >=5.3
- pygithub >=2.3.0
- pygments >=2.0
- pylint >=3.1,<4
- pylint-venv >=3.0.2
- pyls-spyder >=0.4.0
- pyqt >=5.15,<5.16
- pyqtwebengine >=5.15,<5.16
- python-lsp-black >=2.0.0,<3.0.0
- python-lsp-server >=1.12.0,<1.13.0
- pyuca >=1.2
- pyxdg >=0.26
- pyzmq >=24.0.0
- qdarkstyle >=3.2.0,<3.3.0
- qstylizer >=0.2.2
- qtawesome >=1.3.1,<1.4.0
- qtconsole >=5.6.1,<5.7.0
- qtpy >=2.4.0
- rtree >=0.9.7
- setuptools >=49.6.0
- sphinx >=0.6.6,<7.4.0
- spyder-kernels >=3.0.0,<3.2.0
- superqt >=0.6.2,<1.0.0
- textdistance >=4.2.0
- three-merge >=0.1.1
- watchdog >=0.10.3
- yarl >=1.9.4
# Testing dependencies
- coverage
- cython
- flaky
- matplotlib
- pandas
- pillow
- pytest <8.0
- pytest-cov
- pytest-lazy-fixture
- pytest-mock
- pytest-order
- pytest-qt
- pytest-timeout
- pyyaml
- scipy
- sympy
# This is required to avoid conda complaining about it.
- pip
# Required for jupyter-desktop-server
- websockify
- nbgitpuller
- pip:
- jupyter-remote-desktop-proxy