-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathenvironment.yml
70 lines (67 loc) · 1.3 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
- python <3.11
- atomicwrites >=1.2.0
- chardet >=2.0.0
- cloudpickle >=0.5.0
- cookiecutter >=1.6.0
- diff-match-patch >=20181111
- importlib-metadata >=4.6.0
- intervaltree >=3.0.2
- ipython >=8.12.2,<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
- pygments >=2.0
- pylint >=3.1,<4
- pylint-venv >=3.0.2
- pyls-spyder >=0.4.0
- pyqt >=5.10,<5.16
- pyqtwebengine >=5.10,<5.16
- python-lsp-black >=2.0.0,<3.0.0
- python-lsp-server >=1.12.0,<1.13.0
- 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.5.1,<5.6.0
- qtpy >=2.1.0
- rtree >=0.9.7
- setuptools >=49.6.0
- sphinx >=0.6.6
- spyder-kernels >=2.5.2,<2.6.0
- textdistance >=4.2.0
- three-merge >=0.1.1
- watchdog >=0.10.3
# 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-desktop-server