Skip to content

Commit f57b3ea

Browse files
committed
dependencies
1 parent cf464ef commit f57b3ea

File tree

4 files changed

+62
-47
lines changed

4 files changed

+62
-47
lines changed

dist/nt2py-0.5.0-py3-none-any.whl

16 Bytes
Binary file not shown.

dist/nt2py-0.5.0.tar.gz

165 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "nt2py"
77
dynamic = ["version"]
88
dependencies = [
99
"types-setuptools",
10-
"dask",
10+
"dask[distributed]",
11+
"bokeh",
1112
"xarray",
1213
"numpy",
1314
"scipy",
@@ -35,6 +36,7 @@ classifiers = [
3536
"Programming Language :: Python :: 3.10",
3637
"Programming Language :: Python :: 3.11",
3738
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
3840
]
3941

4042
[project.urls]
@@ -45,4 +47,3 @@ path = "nt2/__init__.py"
4547

4648
[tool.hatch.build.targets.wheel]
4749
packages = ["nt2"]
48-

requirements.txt

Lines changed: 59 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,61 @@
1-
bleach>=6.0.0
2-
bokeh>=2.4.3
3-
cachetools>=5.3.0
4-
certifi>=2022.12.7
5-
charset-normalizer>=3.0.1
6-
click>=8.1.3
7-
cloudpickle>=2.2.1
8-
colorcet>=3.0.1
9-
contourpy>=1.0.7
10-
cycler>=0.11.0
11-
dask>=2023.1.0
12-
fonttools>=4.38.0
13-
fsspec>=2023.1.0
14-
h5py>=3.8.0
15-
holoviews>=1.15.4
16-
hvplot>=0.8.2
17-
idna>=3.4
18-
importlib-metadata>=6.0.0
19-
Jinja2>=3.1.2
20-
kiwisolver>=1.4.4
1+
bleach>=6.2.0
2+
bokeh>=3.6.3
3+
build>=1.2.2.post1
4+
cachetools>=5.5.2
5+
certifi>=2025.1.31
6+
charset-normalizer>=3.4.1
7+
click>=8.1.8
8+
cloudpickle>=3.1.1
9+
colorcet>=3.1.0
10+
contourpy>=1.3.1
11+
cycler>=0.12.1
12+
dask>=2025.2.0
13+
fonttools>=4.56.0
14+
fsspec>=2025.2.0
15+
h5pickle>=0.4.2
16+
h5py>=3.13.0
17+
hatchling>=1.27.0
18+
holoviews>=1.20.1
19+
hvplot>=0.11.2
20+
idna>=3.10
21+
importlib_metadata>=8.6.1
22+
Jinja2>=3.1.5
23+
kiwisolver>=1.4.8
24+
linkify-it-py>=2.0.3
2125
locket>=1.0.0
22-
Markdown>=3.4.1
23-
MarkupSafe>=2.1.2
24-
matplotlib>=3.6.3
25-
numpy>=1.24.1
26-
packaging>=23.0
27-
pandas>=1.5.3
28-
panel>=0.14.2
29-
param>=1.12.3
30-
partd>=1.3.0
31-
Pillow>=9.4.0
32-
pyct>=0.4.8
33-
pyparsing>=3.0.9
34-
python-dateutil>=2.8.2
35-
pytz>=2022.7.1
36-
pyviz-comms>=2.2.1
37-
PyYAML>=6.0
38-
requests>=2.28.2
39-
six>=1.16.0
40-
toolz>=0.12.0
41-
tornado>=6.2
42-
tqdm>=4.64.1
43-
typing_extensions>=4.4.0
44-
urllib3>=1.26.14
26+
Markdown>=3.7
27+
markdown-it-py>=3.0.0
28+
MarkupSafe>=3.0.2
29+
matplotlib>=3.10.1
30+
mdit-py-plugins>=0.4.2
31+
mdurl>=0.1.2
32+
numpy>=2.2.3
33+
packaging>=24.2
34+
pandas>=2.2.3
35+
panel>=1.6.1
36+
param>=2.2.0
37+
partd>=1.4.2
38+
pathspec>=0.12.1
39+
pillow>=11.1.0
40+
pluggy>=1.5.0
41+
pyct>=0.5.0
42+
pyparsing>=3.2.1
43+
pyproject_hooks>=1.2.0
44+
python-dateutil>=2.9.0.post0
45+
pytz>=2025.1
46+
pyviz_comms>=3.0.4
47+
PyYAML>=6.0.2
48+
requests>=2.32.3
49+
six>=1.17.0
50+
toolz>=1.0.0
51+
tornado>=6.4.2
52+
tqdm>=4.67.1
53+
trove-classifiers>=2025.3.3.18
54+
typing_extensions>=4.12.2
55+
tzdata>=2025.1
56+
uc-micro-py>=1.0.3
57+
urllib3>=2.3.0
4558
webencodings>=0.5.1
46-
xarray>=2023.1.0
47-
zipp>=3.11.0
59+
xarray>=2025.1.2
60+
xyzservices>=2025.1.0
61+
zipp>=3.21.0

0 commit comments

Comments
 (0)