Skip to content

Commit e2c6f32

Browse files
committed
resolve package conflicts
1 parent 76f2061 commit e2c6f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
EXCAT_Sync==0.0.38
22
h5py==3.14.0
33
matplotlib==3.9.4
4-
numpy==1.24.4
5-
opencv-python==4.7.0.72
4+
numpy>=1.24,<2
5+
opencv-python<4.12
66
openslide_wrapper==1.1.2
77
Pillow==11.3.0
88
PyQt6==6.9.1
@@ -15,4 +15,4 @@ scikit_learn==1.6.1
1515
scipy==1.13.1
1616
setuptools==80.9.0
1717
Shapely==2.0.7
18-
SlideRunner_dataAccess==1.0.9
18+
SlideRunner_dataAccess==1.0.9

0 commit comments

Comments
 (0)