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 2023/02/08 21:39:13 UTC

[beam] branch tvalentyn-patch-3 created (now 533c548b64c)

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 533c548b64c Add a note on increased lower bounds.

This branch includes the following new commits:

     new 533c548b64c Add a note on increased lower bounds.

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: Add a note on increased lower bounds.

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 533c548b64cc72a836942a539568486962c34953
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed Feb 8 13:39:06 2023 -0800

    Add a note on increased lower bounds.
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index 297ec87bfcf..ba24711f841 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -113,6 +113,7 @@
   `disable_runner_v2_until_2023`, `disable_prime_runner_v2` experiments will raise an error during
   pipeline construction. You can no longer specify the Dataflow worker jar override. Note that
   non-portable Java jobs and non-portable Python batch jobs are not impacted. ([#24515](https://github.com/apache/beam/issues/24515)).
+* Beam now requires `pyarrow>=3` and `pandas>=1.4.3` since older versions are not compatible with `numpy==1.24.0`.
 
 ## Deprecations