Skip to content

Commit 0165561

Browse files
authored
Pin pywinpty >=0.5.5 to fix #54 (#56)
* Pin pywinpty >=0.5.5 to fix #54 * Update meta.yaml * need the msys2 channel for some deep, dark deps * only use msys2 on win
1 parent 9912e24 commit 0165561

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

constructor/RobotLab/construct.yaml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1819
specs:
1920
- python >={{ py_min }},<{{ py_max }}

recipes/robotlab/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)