Skip to content

Commit 41db5d7

Browse files
committed
just use conda-forge
1 parent ce94ab5 commit 41db5d7

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
lines changed

binder/environment.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: jupyterlab-lsp
22

33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66

77
dependencies:
88
# runtime dependencies
@@ -12,11 +12,7 @@ dependencies:
1212
# build dependencies
1313
- nodejs >=10.12,<15
1414
# for python language server (and development)
15-
- black
1615
- flake8 >=3.5
17-
# isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
18-
# the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
19-
# see https://github.com/krassowski/jupyterlab-lsp/pull/291
2016
- pip
2117
- pylint
2218
- pyls-black

requirements/atest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: jupyterlab-lsp
22

33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66

77
dependencies:
88
- robotframework-seleniumlibrary

requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: jupyterlab-lsp-docs
22

33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66

77
dependencies:
88
- nbsphinx

requirements/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: jupyterlab-lsp
22

33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66

77
dependencies:
88
- jupyterlab {lab}

requirements/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: jupyterlab-lsp
22

33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66

77
dependencies:
88
- black
9-
# isort 5.0 has breaking API changes which affect (among others) pylint and nblint;
10-
# the pin should be removed once https://github.com/PyCQA/pylint/pull/3725 is merged
11-
# see https://github.com/krassowski/jupyterlab-lsp/pull/291
129
- isort
1310
- mypy
1411
- robotframework-lint >=1.1

0 commit comments

Comments
 (0)