File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ name = "viscy"
77description = " computer vision for image-based phenotyping of single cells"
88readme = " README.md"
99requires-python = " >=3.10"
10- license = { file = " LICENSE" }
10+ license = " BSD-3-Clause"
11+ license-files = [" LICENSE" ]
1112authors = [{
name =
" CZ Biohub SF" ,
email =
" [email protected] " }]
1213classifiers = [
1314 " Programming Language :: Python :: 3.10" ,
1415 " Programming Language :: Python :: 3.11" ,
1516 " Programming Language :: Python :: 3.12" ,
16- " License :: OSI Approved :: BSD License" ,
1717]
1818dependencies = [
1919 " iohub==0.1.0" ,
@@ -27,7 +27,7 @@ dependencies = [
2727 " matplotlib>=3.9.0" ,
2828 " numpy" ,
2929 " xarray" ,
30- " pytorch-metric-learning>2.0.0"
30+ " pytorch-metric-learning>2.0.0" ,
3131]
3232dynamic = [" version" ]
3333
You can’t perform that action at this time.
0 commit comments