poetry.lock

changeset 0
fce4cae19357
child 2
763a7ac22031
equal deleted inserted replaced
-1:000000000000 0:fce4cae19357
1 [[package]]
2 name = "certifi"
3 version = "2023.11.17"
4 description = "Python package for providing Mozilla's CA Bundle."
5 category = "main"
6 optional = false
7 python-versions = ">=3.6"
8
9 [[package]]
10 name = "cftime"
11 version = "1.6.3"
12 description = "Time-handling functionality from netcdf4-python"
13 category = "main"
14 optional = false
15 python-versions = ">=3.8"
16
17 [package.dependencies]
18 numpy = [
19 {version = ">1.13.3", markers = "python_version < \"3.12.0.rc1\""},
20 {version = ">=1.26.0b1", markers = "python_version >= \"3.12.0.rc1\""},
21 ]
22
23 [[package]]
24 name = "h5netcdf"
25 version = "1.3.0"
26 description = "netCDF4 via h5py"
27 category = "main"
28 optional = false
29 python-versions = ">=3.9"
30
31 [package.dependencies]
32 h5py = "*"
33 packaging = "*"
34
35 [package.extras]
36 test = ["netcdf4", "pytest"]
37
38 [[package]]
39 name = "h5py"
40 version = "3.10.0"
41 description = "Read and write HDF5 files from Python"
42 category = "main"
43 optional = false
44 python-versions = ">=3.8"
45
46 [package.dependencies]
47 numpy = ">=1.17.3"
48
49 [[package]]
50 name = "netcdf4"
51 version = "1.6.5"
52 description = "Provides an object-oriented python interface to the netCDF version 4 library"
53 category = "main"
54 optional = false
55 python-versions = ">=3.7"
56
57 [package.dependencies]
58 certifi = "*"
59 cftime = "*"
60 numpy = "*"
61
62 [package.extras]
63 tests = ["cython", "packaging", "pytest"]
64
65 [[package]]
66 name = "numpy"
67 version = "1.26.3"
68 description = "Fundamental package for array computing in Python"
69 category = "main"
70 optional = false
71 python-versions = ">=3.9"
72
73 [[package]]
74 name = "packaging"
75 version = "23.2"
76 description = "Core utilities for Python packages"
77 category = "main"
78 optional = false
79 python-versions = ">=3.7"
80
81 [[package]]
82 name = "pandas"
83 version = "2.1.4"
84 description = "Powerful data structures for data analysis, time series, and statistics"
85 category = "main"
86 optional = false
87 python-versions = ">=3.9"
88
89 [package.dependencies]
90 numpy = [
91 {version = ">=1.22.4,<2", markers = "python_version < \"3.11\""},
92 {version = ">=1.23.2,<2", markers = "python_version == \"3.11\""},
93 {version = ">=1.26.0,<2", markers = "python_version >= \"3.12\""},
94 ]
95 python-dateutil = ">=2.8.2"
96 pytz = ">=2020.1"
97 tzdata = ">=2022.1"
98
99 [package.extras]
100 test = ["hypothesis (>=6.46.1)", "pytest (>=7.3.2)", "pytest-xdist (>=2.2.0)"]
101 performance = ["bottleneck (>=1.3.4)", "numba (>=0.55.2)", "numexpr (>=2.8.0)"]
102 computation = ["scipy (>=1.8.1)", "xarray (>=2022.03.0)"]
103 fss = ["fsspec (>=2022.05.0)"]
104 aws = ["s3fs (>=2022.05.0)"]
105 gcp = ["gcsfs (>=2022.05.0)", "pandas-gbq (>=0.17.5)"]
106 excel = ["odfpy (>=1.4.1)", "openpyxl (>=3.0.10)", "pyxlsb (>=1.0.9)", "xlrd (>=2.0.1)", "xlsxwriter (>=3.0.3)"]
107 parquet = ["pyarrow (>=7.0.0)"]
108 feather = ["pyarrow (>=7.0.0)"]
109 hdf5 = ["tables (>=3.7.0)"]
110 spss = ["pyreadstat (>=1.1.5)"]
111 postgresql = ["SQLAlchemy (>=1.4.36)", "psycopg2 (>=2.9.3)"]
112 mysql = ["SQLAlchemy (>=1.4.36)", "pymysql (>=1.0.2)"]
113 sql-other = ["SQLAlchemy (>=1.4.36)"]
114 html = ["beautifulsoup4 (>=4.11.1)", "html5lib (>=1.1)", "lxml (>=4.8.0)"]
115 xml = ["lxml (>=4.8.0)"]
116 plot = ["matplotlib (>=3.6.1)"]
117 output-formatting = ["jinja2 (>=3.1.2)", "tabulate (>=0.8.10)"]
118 clipboard = ["PyQt5 (>=5.15.6)", "qtpy (>=2.2.0)"]
119 compression = ["zstandard (>=0.17.0)"]
120 consortium-standard = ["dataframe-api-compat (>=0.1.7)"]
121 all = ["beautifulsoup4 (>=4.11.1)", "bottleneck (>=1.3.4)", "dataframe-api-compat (>=0.1.7)", "fastparquet (>=0.8.1)", "fsspec (>=2022.05.0)", "gcsfs (>=2022.05.0)", "html5lib (>=1.1)", "hypothesis (>=6.46.1)", "jinja2 (>=3.1.2)", "lxml (>=4.8.0)", "matplotlib (>=3.6.1)", "numba (>=0.55.2)", "numexpr (>=2.8.0)", "odfpy (>=1.4.1)", "openpyxl (>=3.0.10)", "pandas-gbq (>=0.17.5)", "psycopg2 (>=2.9.3)", "pyarrow (>=7.0.0)", "pymysql (>=1.0.2)", "PyQt5 (>=5.15.6)", "pyreadstat (>=1.1.5)", "pytest (>=7.3.2)", "pytest-xdist (>=2.2.0)", "pyxlsb (>=1.0.9)", "qtpy (>=2.2.0)", "scipy (>=1.8.1)", "s3fs (>=2022.05.0)", "SQLAlchemy (>=1.4.36)", "tables (>=3.7.0)", "tabulate (>=0.8.10)", "xarray (>=2022.03.0)", "xlrd (>=2.0.1)", "xlsxwriter (>=3.0.3)", "zstandard (>=0.17.0)"]
122
123 [[package]]
124 name = "plotly"
125 version = "5.18.0"
126 description = "An open-source, interactive data visualization library for Python"
127 category = "main"
128 optional = false
129 python-versions = ">=3.6"
130
131 [package.dependencies]
132 packaging = "*"
133 tenacity = ">=6.2.0"
134
135 [[package]]
136 name = "python-dateutil"
137 version = "2.8.2"
138 description = "Extensions to the standard Python datetime module"
139 category = "main"
140 optional = false
141 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
142
143 [package.dependencies]
144 six = ">=1.5"
145
146 [[package]]
147 name = "pytz"
148 version = "2023.3.post1"
149 description = "World timezone definitions, modern and historical"
150 category = "main"
151 optional = false
152 python-versions = "*"
153
154 [[package]]
155 name = "six"
156 version = "1.16.0"
157 description = "Python 2 and 3 compatibility utilities"
158 category = "main"
159 optional = false
160 python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
161
162 [[package]]
163 name = "tenacity"
164 version = "8.2.3"
165 description = "Retry code until it succeeds"
166 category = "main"
167 optional = false
168 python-versions = ">=3.7"
169
170 [package.extras]
171 doc = ["reno", "sphinx", "tornado (>=4.5)"]
172
173 [[package]]
174 name = "tzdata"
175 version = "2023.4"
176 description = "Provider of IANA time zone data"
177 category = "main"
178 optional = false
179 python-versions = ">=2"
180
181 [[package]]
182 name = "xarray"
183 version = "2023.12.0"
184 description = "N-D labeled arrays and datasets in Python"
185 category = "main"
186 optional = false
187 python-versions = ">=3.9"
188
189 [package.dependencies]
190 numpy = ">=1.22"
191 packaging = ">=21.3"
192 pandas = ">=1.4"
193
194 [package.extras]
195 accel = ["scipy", "bottleneck", "numbagg", "flox", "opt-einsum"]
196 complete = ["xarray"]
197 io = ["netcdf4", "h5netcdf", "scipy", "zarr", "fsspec", "cftime", "pooch", "pydap"]
198 parallel = ["dask"]
199 viz = ["matplotlib", "seaborn", "nc-time-axis"]
200
201 [metadata]
202 lock-version = "1.1"
203 python-versions = "^3.9"
204 content-hash = "a29db2b9d5a1fda0e045dfa5a0c1992490f2a2fc86f2c5283fbe0a691d860dd4"
205
206 [metadata.files]
207 certifi = []
208 cftime = []
209 h5netcdf = []
210 h5py = []
211 netcdf4 = []
212 numpy = []
213 packaging = []
214 pandas = []
215 plotly = []
216 python-dateutil = []
217 pytz = []
218 six = []
219 tenacity = []
220 tzdata = []
221 xarray = []

mercurial