Skip to content

Commit

Permalink
remove inaccurate topic metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Jun 13, 2024
1 parent 75e31cc commit 5833d28
Showing 1 changed file with 32 additions and 34 deletions.
66 changes: 32 additions & 34 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,44 @@ requires-python = ">=3.10"
license = { file = "LICENSE" }
authors = [{ name = "CZ Biohub SF", email = "[email protected]" }]
maintainers = [
{ name = "Talon Chandler", email = "[email protected]" },
{ name = "Shalin Mehta", email = "[email protected]" },
{ name = "Talon Chandler", email = "[email protected]" },
{ name = "Shalin Mehta", email = "[email protected]" },
]
keywords = [
"simulation",
'optics',
'phase',
'scattering',
'polarization',
'label-free',
'permittivity',
"reconstruction-algorithm",
'qlipp',
'mipolscope',
'permittivity-tensor-imaging',
"simulation",
'optics',
'phase',
'scattering',
'polarization',
'label-free',
'permittivity',
"reconstruction-algorithm",
'qlipp',
'mipolscope',
'permittivity-tensor-imaging',
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
]
dependencies = [
"numpy>=1.21",
"matplotlib>=3.1.1",
"scipy>=1.3.0",
"pywavelets>=1.1.1",
"ipywidgets>=7.5.1",
"torch>=2.2.1",
"numpy>=1.21",
"matplotlib>=3.1.1",
"scipy>=1.3.0",
"pywavelets>=1.1.1",
"ipywidgets>=7.5.1",
"torch>=2.2.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit 5833d28

Please sign in to comment.