File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def _get_latest_rdf_sources():
1717 for entry in entries :
1818 version = entry ["versions" ][0 ]
1919 ret [f"{ entry ['concept' ]} /{ version ['v' ]} " ] = (
20- HttpUrl (version ["source" ]),
20+ HttpUrl (version ["source" ]), # pyright: ignore[reportCallIssue]
2121 Sha256 (version ["sha256" ]),
2222 )
2323
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 - pytorch
77dependencies :
8- - bioimageio.spec>=0.5.3.5
8+ - bioimageio.spec>=0.5.3.6
99 - black
1010 - crick # uncommented
1111 - filelock
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 # - pytroch # removed
77dependencies :
8- - bioimageio.spec>=0.5.3.5
8+ - bioimageio.spec>=0.5.3.6
99 - black
1010 # - crick # currently requires python<=3.9
1111 - filelock
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55 - nodefaults
66 - pytorch
77dependencies :
8- - bioimageio.spec>=0.5.3.5
8+ - bioimageio.spec>=0.5.3.6
99 - black
1010 # - crick # currently requires python<=3.9
1111 - filelock
Original file line number Diff line number Diff line change 1- name : core
1+ name : full
22channels :
33 - conda-forge
44 - nodefaults
55 - pytorch
66dependencies :
7- - bioimageio.spec>=0.5.3.5
7+ - bioimageio.spec>=0.5.3.6
88 - black
99 # - crick # currently requires python<=3.9
1010 - filelock
Original file line number Diff line number Diff line change 3030 ],
3131 packages = find_namespace_packages (exclude = ["tests" ]),
3232 install_requires = [
33- "bioimageio.spec ==0.5.3.5 " ,
33+ "bioimageio.spec ==0.5.3.6 " ,
3434 "h5py" ,
3535 "imageio>=2.10" ,
3636 "loguru" ,
You can’t perform that action at this time.
0 commit comments