Skip to content

Commit 825de8e

Browse files
authored
updated requirements.txt for codespace (#234)
* updated requirements.txt for codespace * update version to 0.19
1 parent 317012e commit 825de8e

File tree

4 files changed

+79
-11
lines changed

4 files changed

+79
-11
lines changed

.devcontainer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiobotocore==2.12.3
2-
aiohttp==3.10.11
2+
aiohttp==3.10.2
33
aioitertools==0.11.0
44
aiosignal==1.3.1
55
attrs==23.2.0

h5pyd/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
import numpy
1818

19-
version = "0.18.0"
19+
version = "0.19.0"
2020

2121
hdf5_version = "REST"
2222

@@ -28,8 +28,8 @@
2828
else ("",)
2929
)
3030

31-
api_version_tuple = (0, 18, 0)
32-
api_version = "0.18.0"
31+
api_version_tuple = (0, 19, 0)
32+
api_version = "0.19.0"
3333

3434
__doc__ = f"""\
3535
This is h5pyd **{version}**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Software Development :: Libraries :: Python Modules",
3131
]
3232
requires-python = ">=3.8"
33-
version = "0.18.0"
33+
version = "0.19.0"
3434

3535
dependencies = [
3636
"numpy >=2.0.0rc1; python_version>='3.9'",

requirements.txt

Lines changed: 74 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,79 @@
1+
aiobotocore==2.13.0
2+
aiofiles==24.1.0
3+
aiohttp==3.9.4
4+
aiohttp-cors==0.7.0
5+
aioitertools==0.12.0
6+
aiosignal==1.3.1
7+
asttokens==3.0.0
8+
attrs==24.2.0
9+
azure-core==1.32.0
10+
azure-storage-blob==12.24.0
11+
bitshuffle==0.5.2
12+
botocore==1.34.106
13+
build==1.2.2.post1
114
certifi==2024.8.30
2-
charset-normalizer==3.3.2
15+
cffi==1.17.1
16+
charset-normalizer==3.4.0
17+
comm==0.2.2
18+
contourpy==1.3.1
19+
cryptography==44.0.0
20+
cycler==0.12.1
21+
Cython==3.0.11
22+
debugpy==1.8.9
23+
decorator==5.1.1
24+
executing==2.1.0
25+
fonttools==4.55.1
26+
frozenlist==1.5.0
27+
fsspec==2024.10.0
328
h5py==3.12.1
29+
h5pyd @ file:///home/jreadey/repos/h5pyd
30+
hsds==0.9.1
431
idna==3.10
5-
numpy==2.1.1
6-
packaging==24.1
7-
PyJWT==2.9.0
32+
importlib_resources==6.4.5
33+
ipykernel==6.29.5
34+
ipython==8.30.0
35+
isodate==0.7.2
36+
jedi==0.19.2
37+
jmespath==1.0.1
38+
jupyter_client==8.6.3
39+
jupyter_core==5.7.2
40+
kiwisolver==1.4.7
41+
matplotlib==3.9.3
42+
matplotlib-inline==0.1.7
43+
multidict==6.1.0
44+
nest-asyncio==1.6.0
45+
numcodecs==0.14.1
46+
numpy==2.2.0rc1
47+
packaging==24.2
48+
parso==0.8.4
49+
pexpect==4.9.0
50+
pillow==11.0.0
51+
platformdirs==4.3.6
52+
prompt_toolkit==3.0.48
53+
propcache==0.2.1
54+
psutil==6.1.0
55+
ptyprocess==0.7.0
56+
pure_eval==0.2.3
57+
pycparser==2.22
58+
pyflakes==3.2.0
59+
Pygments==2.18.0
60+
PyJWT==2.10.1
61+
pyparsing==3.2.0
62+
pyproject_hooks==1.2.0
63+
python-dateutil==2.9.0.post0
864
pytz==2024.2
9-
requests==2.32.3
65+
PyYAML==6.0.2
66+
pyzmq==26.2.0
67+
requests==2.31.0
1068
requests-unixsocket==0.3.0
11-
urllib3==2.2.3
69+
s3fs==2024.10.0
70+
simplejson==3.19.3
71+
six==1.16.0
72+
stack-data==0.6.3
73+
tornado==6.4.2
74+
traitlets==5.14.3
75+
typing_extensions==4.12.2
76+
urllib3==1.26.20
77+
wcwidth==0.2.13
78+
wrapt==1.17.0
79+
yarl==1.18.3

0 commit comments

Comments
 (0)