File size: 673 Bytes
a0e4229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e9779ed
a0e4229
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
27
28
29
30
31
[project]
name = "pgweather"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
    "bottleneck>=1.4.2",
    "folium>=0.19.4",
    "geopandas>=0.10.2",
    "ipykernel>=6.29.5",
    "matplotlib>=3.9.4",
    "metar>=1.8.0",
    "netcdf4>=1.7.2",
    "numpy>=2.0.2",
    "pandas>=1.1.3",
    "plotly>=4.12.0",
    "python-dateutil>=2.8.1",
    "requests>=2.24.0",
    "scipy>=1.13.1",
    "shapely>=2.0.7",
    "siphon>=0.9",
    "streamlit-folium>=0.24.0",
    "streamlit>=0.85.1",
    "windrose>=1.9.2",
    "xarray>=2024.7.0",
    "nbformat>=5.10.4",
    "anywidget>=0.9.15",
    "polars>=1.24.0",
]