File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ dependencies = [
5353
5454 " fasteners" ,
5555 " fscacher >= 0.3.0" ,
56- # Workaround for no wheels for intel OSX as of 3.15
57- " h5py<3.15 ; sys_platform == 'darwin' and platform_machine != 'arm64'" ,
58- " h5py ; sys_platform != 'darwin' or platform_machine == 'arm64'" ,
5956 # 3.14.4: https://github.com/hdmf-dev/hdmf/issues/1186
6057 " hdmf != 3.5.0,!=3.14.4" ,
6158 " humanize" ,
@@ -104,7 +101,9 @@ style = [
104101test = [
105102 " anys ~= 0.2" ,
106103 " coverage" ,
107- " opencv-python" ,
104+ # Workaround for VideoWriter regression in 4.13.0.90 on Intel macOS
105+ " opencv-python < 4.13 ; sys_platform == 'darwin' and platform_machine != 'arm64'" ,
106+ " opencv-python ; sys_platform != 'darwin' or platform_machine == 'arm64'" ,
108107 " pytest" ,
109108 " pytest-cov" ,
110109 " pytest-mock" ,
You can’t perform that action at this time.
0 commit comments