Skip to content

Commit

Permalink
updated requirements.txt for codespace (#234)
Browse files Browse the repository at this point in the history
* updated requirements.txt for codespace

* update version to 0.19
  • Loading branch information
jreadey authored Dec 3, 2024
1 parent 317012e commit 825de8e
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiobotocore==2.12.3
aiohttp==3.10.11
aiohttp==3.10.2
aioitertools==0.11.0
aiosignal==1.3.1
attrs==23.2.0
Expand Down
6 changes: 3 additions & 3 deletions h5pyd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys
import numpy

version = "0.18.0"
version = "0.19.0"

hdf5_version = "REST"

Expand All @@ -28,8 +28,8 @@
else ("",)
)

api_version_tuple = (0, 18, 0)
api_version = "0.18.0"
api_version_tuple = (0, 19, 0)
api_version = "0.19.0"

__doc__ = f"""\
This is h5pyd **{version}**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.8"
version = "0.18.0"
version = "0.19.0"

dependencies = [
"numpy >=2.0.0rc1; python_version>='3.9'",
Expand Down
80 changes: 74 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,79 @@
aiobotocore==2.13.0
aiofiles==24.1.0
aiohttp==3.9.4
aiohttp-cors==0.7.0
aioitertools==0.12.0
aiosignal==1.3.1
asttokens==3.0.0
attrs==24.2.0
azure-core==1.32.0
azure-storage-blob==12.24.0
bitshuffle==0.5.2
botocore==1.34.106
build==1.2.2.post1
certifi==2024.8.30
charset-normalizer==3.3.2
cffi==1.17.1
charset-normalizer==3.4.0
comm==0.2.2
contourpy==1.3.1
cryptography==44.0.0
cycler==0.12.1
Cython==3.0.11
debugpy==1.8.9
decorator==5.1.1
executing==2.1.0
fonttools==4.55.1
frozenlist==1.5.0
fsspec==2024.10.0
h5py==3.12.1
h5pyd @ file:///home/jreadey/repos/h5pyd
hsds==0.9.1
idna==3.10
numpy==2.1.1
packaging==24.1
PyJWT==2.9.0
importlib_resources==6.4.5
ipykernel==6.29.5
ipython==8.30.0
isodate==0.7.2
jedi==0.19.2
jmespath==1.0.1
jupyter_client==8.6.3
jupyter_core==5.7.2
kiwisolver==1.4.7
matplotlib==3.9.3
matplotlib-inline==0.1.7
multidict==6.1.0
nest-asyncio==1.6.0
numcodecs==0.14.1
numpy==2.2.0rc1
packaging==24.2
parso==0.8.4
pexpect==4.9.0
pillow==11.0.0
platformdirs==4.3.6
prompt_toolkit==3.0.48
propcache==0.2.1
psutil==6.1.0
ptyprocess==0.7.0
pure_eval==0.2.3
pycparser==2.22
pyflakes==3.2.0
Pygments==2.18.0
PyJWT==2.10.1
pyparsing==3.2.0
pyproject_hooks==1.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
PyYAML==6.0.2
pyzmq==26.2.0
requests==2.31.0
requests-unixsocket==0.3.0
urllib3==2.2.3
s3fs==2024.10.0
simplejson==3.19.3
six==1.16.0
stack-data==0.6.3
tornado==6.4.2
traitlets==5.14.3
typing_extensions==4.12.2
urllib3==1.26.20
wcwidth==0.2.13
wrapt==1.17.0
yarl==1.18.3

0 comments on commit 825de8e

Please sign in to comment.