You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/12/20 09:23:48 UTC

[beam] branch tvalentyn-patch-3 created (now 9f4fb474ab4)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 9f4fb474ab4 Update upper bound for numpy.

This branch includes the following new commits:

     new 9f4fb474ab4 Update upper bound for numpy.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Update upper bound for numpy.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9f4fb474ab4592fd6e7780126a5b251e62e9403a
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Dec 20 10:23:40 2022 +0100

    Update upper bound for numpy.
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index f55b66f4005..b95603676b9 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -246,7 +246,7 @@ if __name__ == '__main__':
         'grpcio>=1.33.1,!=1.48.0,<2',
         'hdfs>=2.1.0,<3.0.0',
         'httplib2>=0.8,<0.21.0',
-        'numpy>=1.14.3,<1.23.0',
+        'numpy>=1.14.3,<1.25.0',
         'objsize>=0.6.1,<0.7.0',
         'pymongo>=3.8.0,<4.0.0',
         'proto-plus>=1.7.1,<2',