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:
1414 - {{ build_channel }}
1515 - https://conda.anaconda.org/anaconda
1616 - https://conda.anaconda.org/conda-forge
17+ - https://conda.anaconda.org/msys2 [win]
1718
1819specs:
1920 - python >={{ py_min }},<{{ py_max }}
Original file line number Diff line number Diff line change 11{% set robotkernel = "1.0.1" %}
22{% set robot_jupyterlab = "==1.1.4" %}
3+ {% set robot_pywinpty = ">=0.5.5" %}
34{% set robot_conda = ">=4.7.12,<4.8" %}
45{% set robot_fox = ">=68.0.2,<69" %}
56{% set robot_widgets = ">=7.5.1" %}
@@ -72,6 +73,7 @@ requirements:
7273 - geckodriver
7374 - ipywidgets {{ robot_widgets }}
7475 - jupyterlab {{ robot_jupyterlab }}
76+ - pywinpty {{ robot_pywinpty }} # [win]
7577 - nodejs {{ robot_node }}
7678 - opencv
7779 - pyshortcuts
You can’t perform that action at this time.
0 commit comments