We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c6ee8 commit 7f75df6Copy full SHA for 7f75df6
requirements-dev.txt
@@ -1,10 +1,9 @@
1
ipython==7.16.1
2
+# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
3
+Jinja2==2.11.3
4
+nbsphinx==0.7.1
5
Sphinx==3.5.4
6
sphinx-autobuild==0.7.1
7
sphinxcontrib-fulltoc==1.2.0
-nbsphinx==0.7.1
-
-# https://github.com/pydata/xarray/issues/5299#issuecomment-840730954
8
-jinja2<3.0
9
10
-r ./requirements-test.txt
requirements-test.txt
@@ -1,13 +1,9 @@
-mypy==0.812
-flake8==3.8.*
black==21.4b2
codespell==1.17.1
+coverage==5.2.1
+doc8==0.8.1
+flake8==3.8.4
jsonschema==3.2.0
+mypy==0.812
+orjson==3.5.2
pylint==1.9.1
-coverage==5.2.*
-doc8==0.8.1
11
12
-# optional dependencies
13
-orjson==3.5.2
0 commit comments