sparse-cafm / pyproject.toml
leharris3's picture
Use native gr.ImageSlider from Gradio 5.x
7506f00
raw
history blame contribute delete
399 Bytes
[project]
name = "sparse-cafm"
version = "0.1.0"
description = "SparseC-AFM: fast 2D-material acquisition & analysis with super resolution models"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
dependencies = [
"torch>=2.0",
"numpy>=1.21",
"gradio>=5.0.0",
"pillow>=9.0",
"scipy>=1.9",
"timm>=0.9",
"matplotlib>=3.5",
]
[tool.uv]
package = false