File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- sidecar
15
15
- pip :
16
16
- yjs-widgets>=0.4,<0.5
17
- - my-jupyter-shared-drive< 0.2.0
17
+ - my-jupyter-shared-drive>= 0.2.0
18
18
- ../python/jupytergis_lab
19
19
- ../python/jupytergis_core
20
20
- ../python/jupytergis_lite
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- sidecar
15
15
- pip :
16
16
- yjs-widgets>=0.4,<0.5
17
- - my-jupyter-shared-drive< 0.2.0
17
+ - my-jupyter-shared-drive>= 0.2.0
18
18
- ../jupytergis_lab-0.0.1-py3-none-any.whl
19
19
- ../jupytergis_core-0.0.1-py3-none-any.whl
20
20
- ../jupytergis_lite-0.0.1-py3-none-any.whl
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
21
21
dependencies = [
22
22
" jupytergis_core==0.9.1" ,
23
23
" jupytergis_lab==0.9.1" ,
24
- " my-jupyter-shared-drive< 0.2.0" ,
24
+ " my-jupyter-shared-drive>= 0.2.0" ,
25
25
]
26
26
dynamic = [" version" ]
27
27
license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments