Skip to content

Commit f1f041d

Browse files
authored
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
1 parent 188de63 commit f1f041d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

amber/operator-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ pillow==10.2.0
2222
pybase64==1.3.2
2323
torch==2.8.0
2424
scikit-learn==1.5.0
25+
transformers==4.53.0

amber/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ python-lsp-server[websockets]==1.12.0
4343
bidict==0.22.0
4444
cached_property==1.5.2
4545
psutil==5.9.0
46-
transformers==4.53.0
4746
tzlocal==2.1
4847
pyiceberg==0.8.1
4948
readerwriterlock==1.0.9

0 commit comments

Comments
 (0)