File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ channels:
14
14
- {{ build_channel }}
15
15
- https://conda.anaconda.org/anaconda
16
16
- https://conda.anaconda.org/conda-forge
17
+ - https://conda.anaconda.org/msys2 [win]
17
18
18
19
specs:
19
20
- python >={{ py_min }},<{{ py_max }}
Original file line number Diff line number Diff line change 1
1
{% set robotkernel = "1.0.1" %}
2
2
{% set robot_jupyterlab = "==1.1.4" %}
3
+ {% set robot_pywinpty = ">=0.5.5" %}
3
4
{% set robot_conda = ">=4.7.12,<4.8" %}
4
5
{% set robot_fox = ">=68.0.2,<69" %}
5
6
{% set robot_widgets = ">=7.5.1" %}
@@ -72,6 +73,7 @@ requirements:
72
73
- geckodriver
73
74
- ipywidgets {{ robot_widgets }}
74
75
- jupyterlab {{ robot_jupyterlab }}
76
+ - pywinpty {{ robot_pywinpty }} # [win]
75
77
- nodejs {{ robot_node }}
76
78
- opencv
77
79
- pyshortcuts
You can’t perform that action at this time.
0 commit comments