televit-xai / pyproject.toml
iprapas
Initial commit
04fdd4f
[project]
name = "televit-xai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.12.15",
"cartopy>=0.25.0",
"fsspec==2023.10.0",
"ipykernel>=6.30.1",
"matplotlib>=3.10.5",
"numcodecs==0.15.1",
"numpy>=2.3.2",
"pandas>=2.3.1",
"requests>=2.32.4",
"seaborn>=0.13.2",
"xarray==2023.10.1",
"zarr==2.16.1",
"gradio>=4.44.1",
"torch>=2.8.0",
"contourpy==1.3.2",
"ipython==8.37.0",
"geopandas>=1.1.1",
]