We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14d35e commit 80736d8Copy full SHA for 80736d8
2 files changed
binder/environment.yml
@@ -26,6 +26,7 @@ dependencies:
26
- pygments >=2.0
27
- pylint >=0.25
28
- pyqt <5.13
29
+- pyyaml
30
- python-language-server >=0.31.2,<0.32.0
31
- pyxdg >=0.26
32
- pyzmq >=17
requirements/tests.txt
@@ -2,19 +2,20 @@
2
# So to get performant launches on mybinder.org, we have copied
3
# the contents of this file to binder/environment.yml. If you
4
# make changes here, please copy them over there too.
5
+coverage <5.0
6
+cython
7
+flaky
8
+matplotlib
9
+mock
10
+pandas
11
+pillow
12
pytest <5.0
-pytest-mock
13
pytest-cov
-pytest-qt
-pytest-ordering
-pytest-lazy-fixture
14
pytest-faulthandler <2.0
-mock
-pandas
15
+pytest-lazy-fixture
16
+pytest-mock
17
+pytest-ordering
18
+pytest-qt
19
+pyyaml
20
scipy
21
sympy
-pillow
-matplotlib
-cython
-flaky
-coverage <5.0
0 commit comments