Skip to content

Commit b90f049

Browse files
committed
COMP: Change binder Qt dep from PyQt5 QtPy to PySide2
PySid2 is licensed under the LGPL while PyQt5 is under the GPL and a commercial license. I could not successfully install the previous PyQt5 given versions on Linux with Python 3.11.
1 parent 3af580b commit b90f049

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ numpy
88
torch>=2.0
99
monai>=1.2.0
1010
matplotlib==3.3.1
11-
PyQt5==5.15.0
12-
PyQt5-sip==12.8.0
13-
QtPy==1.9.0
11+
PySide2
1412
voila
1513
tqdm

0 commit comments

Comments
 (0)