Skip to content

Commit 239f9c8

Browse files
committed
Upgrade my-jupyter-shared-drive
1 parent 087b5ce commit 239f9c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- sidecar
1515
- pip:
1616
- yjs-widgets>=0.4,<0.5
17-
- my-jupyter-shared-drive<0.2.0
17+
- my-jupyter-shared-drive>=0.2.0
1818
- ../python/jupytergis_lab
1919
- ../python/jupytergis_core
2020
- ../python/jupytergis_lite

lite/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- sidecar
1515
- pip:
1616
- yjs-widgets>=0.4,<0.5
17-
- my-jupyter-shared-drive<0.2.0
17+
- my-jupyter-shared-drive>=0.2.0
1818
- ../jupytergis_lab-0.0.1-py3-none-any.whl
1919
- ../jupytergis_core-0.0.1-py3-none-any.whl
2020
- ../jupytergis_lite-0.0.1-py3-none-any.whl

python/jupytergis_lite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"jupytergis_core==0.9.1",
2323
"jupytergis_lab==0.9.1",
24-
"my-jupyter-shared-drive<0.2.0",
24+
"my-jupyter-shared-drive>=0.2.0",
2525
]
2626
dynamic = ["version"]
2727
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)