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

yiconghuang pushed a commit to branch 
chore/dep/move-transformers-out-from-pyamber
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 45f17a9405a4febd253e5f2df5fc63c6bde28bc8
Author: Yicong Huang <[email protected]>
AuthorDate: Fri Nov 28 17:37:11 2025 -0800

    chore: move transformer and psutil to operator-requirements.txt
---
 amber/operator-requirements.txt | 2 ++
 amber/requirements.txt          | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/amber/operator-requirements.txt b/amber/operator-requirements.txt
index fd33ef7470..32cd42c776 100644
--- a/amber/operator-requirements.txt
+++ b/amber/operator-requirements.txt
@@ -22,3 +22,5 @@ pillow==10.2.0
 pybase64==1.3.2
 torch==2.8.0
 scikit-learn==1.5.0
+psutil==5.9.0
+transformers==4.53.0
diff --git a/amber/requirements.txt b/amber/requirements.txt
index ac130b8223..6568b44de0 100644
--- a/amber/requirements.txt
+++ b/amber/requirements.txt
@@ -42,8 +42,6 @@ python-lsp-server[all]==1.12.0
 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