File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
condarecipe/larray-editor Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,12 @@ requirements:
24
24
# requires larray >= 0.32 because of the LArray -> Array rename
25
25
- larray >=0.32
26
26
- matplotlib
27
- # - excluded versions 5.0 and 5.1.0 of ipykernel because these versions make the console useless after any exception
28
- # https://github.com/larray-project/larray-editor/issues/166
27
+ # excluded versions 5.0 and 5.1.0 of ipykernel because these versions make the console useless after any exception
28
+ # https://github.com/larray-project/larray-editor/issues/166
29
29
- ipykernel !=5.0,!=5.1.0
30
+ # jupyter_client >=6.0 is incompatible with ipykernel <5.2 but ipykernel 5.2 is not available yet on anaconda
31
+ # https://github.com/larray-project/larray-editor/issues/209
32
+ - jupyter_client <6
30
33
- pyqt >=4.6 # for API v2
31
34
- qtpy
32
35
Original file line number Diff line number Diff line change 1
- .. py:currentmodule:: larray_editor
1
+ .. py:currentmodule:: larray_editor
2
2
3
3
Syntax changes
4
4
^^^^^^^^^^^^^^
39
39
^^^^^
40
40
41
41
* workaround incompatibility with Python3.8 on Windows (closes :editor_issue:`208 `).
42
+
43
+ * workaround incompatibility between two of our dependencies versions preventing the editor to even start
44
+ (closes :editor_issue:`209 `).
You can’t perform that action at this time.
0 commit comments