Skip to content

Commit ae4f96d

Browse files
committed
build: keep rpy2 pinned to 3.4.2 (close #84)
1 parent 3eb297a commit ae4f96d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.6.3
2+
- build: pin rpy2 to 3.4.2 on Windows (#84)
13
2.6.2
24
- setup: migrate to pyqtgraph 0.12.0
35
- setup: bump dclab from 0.33.1 to 0.33.3

build-recipes/win_ShapeOut2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exe = EXE(pyz,
2727
strip=False,
2828
upx=False,
2929
icon=NAME + ".ico",
30-
console=True)
30+
console=False)
3131

3232
coll = COLLECT(exe,
3333
a.binaries,

build-recipes/win_build_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
numpy<1.19.4
44
# https://github.com/pyinstaller/pyinstaller/issues/5004
55
pyinstaller>=4.2
6+
# https://github.com/rpy2/rpy2/issues/796
67
rpy2==3.4.2
78
# pyinstaller is missing a hook for the latest release of scipy
89
scipy<1.5.0

0 commit comments

Comments
 (0)