Skip to content

Commit

Permalink
Update install require numpy==1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nrccua-timr committed Jul 26, 2024
1 parent 5f6fbeb commit 2904902
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ History
=======


v0.20.24 (2024-07-26)

* Update install require numpy==1.23.5.


v0.20.23 (2024-07-25)

* Update install requires grpcio==1.62.2 & grpcio-status==1.62.2.
Expand Down
2 changes: 1 addition & 1 deletion aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ httpx==0.27.0
mandrill==1.0.60
mlflow==2.14.3
moto==4.2.14
numpy==1.26.4
numpy==1.23.5
openpyxl==3.0.10
orjson==3.9.15
pandas==2.2.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.20.23',
version='0.20.24',
description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -35,7 +35,7 @@
'httpx>=0.23.0',
'mandrill>=1.0.60',
'mlflow>=2.10.2',
'numpy==1.26.4',
'numpy==1.23.5',
'openpyxl==3.0.10',
'orjson>=3.6.8',
'pandas>=1.3.5',
Expand Down

0 comments on commit 2904902

Please sign in to comment.