File size: 552 Bytes
04fdd4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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",
]