Skip to content

Commit 30faf26

Browse files
committed
Done
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 9dadcba commit 30faf26

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ pybase64 # fast base64 implementation
4949
cbor2 # Required for cross-language serialization of hashable objects
5050
setproctitle # Used to set process names for better debugging and monitoring
5151
openai-harmony >= 0.0.3 # Required for gpt-oss
52-
gpt-oss >= 0.0.7; python_version > '3.11'

requirements/test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ fastsafetensors>=0.1.10
5656
pydantic>=2.10 # 2.9 leads to error on python 3.10
5757
decord==0.6.0
5858
terratorch @ git+https://github.com/IBM/terratorch.git@1.1.rc3 # required for PrithviMAE test
59+
gpt-oss >= 0.0.7; python_version > '3.11'

0 commit comments

Comments
 (0)