Skip to content

Commit

Permalink
Use underscore for jupyterlab_server because conda
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 7, 2024
1 parent 788fd6b commit 545abdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# runtime dependencies
- python >=3.10,<3.11.0a0
- jupyterlab >=4.1.0,<5
- jupyterlab-server >=2.25.2
- jupyterlab_server >=2.25.2
# lab dev
- hatch
- build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"jupyterlab-server>=2.25.2",
"jupyterlab_server>=2.25.2",
"jupyterlab>=4.1.0,<5"
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
Expand Down

0 comments on commit 545abdf

Please sign in to comment.