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

yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new f1f041d4f8 chore: move transformer to `operator-requirements.txt` 
(#4089)
f1f041d4f8 is described below

commit f1f041d4f89852d00c2e8d315b5c43b57a48c066
Author: Yicong Huang <[email protected]>
AuthorDate: Fri Nov 28 18:49:59 2025 -0800

    chore: move transformer to `operator-requirements.txt` (#4089)
    
    ### What changes were proposed in this PR?
    Move dependency `transformer` from `requirements.txt` to
    `operator-requirements.txt`.
    
    ### Any related issues, documentation, discussions?
    The dependency were introduced #2600 for supporting hugging face
    operators. It should not have been a dependency for pyamber, but the
    specific operator.
    - #2600
    
    This blocks #4088
    
    ### How was this PR tested?
    Existing tests.
    
    ### Was this PR authored or co-authored using generative AI tooling?
    No
---
 amber/operator-requirements.txt | 1 +
 amber/requirements.txt          | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt
index fd33ef7470..ef5208e70a 100644
--- a/amber/operator-requirements.txt
+++ b/amber/operator-requirements.txt
@@ -22,3 +22,4 @@ pillow==10.2.0
 pybase64==1.3.2
 torch==2.8.0
 scikit-learn==1.5.0
+transformers==4.53.0
diff --git a/amber/requirements.txt b/amber/requirements.txt
index ac130b8223..f07124d64c 100644
--- a/amber/requirements.txt
+++ b/amber/requirements.txt
@@ -43,7 +43,6 @@ python-lsp-server[websockets]==1.12.0
 bidict==0.22.0
 cached_property==1.5.2
 psutil==5.9.0
-transformers==4.53.0
 tzlocal==2.1
 pyiceberg==0.8.1
 readerwriterlock==1.0.9

Reply via email to