Skip to content

Commit 1c42c5b

Browse files
authored
Unpin openai python sdk in stable (#40)
1 parent ea692fc commit 1c42c5b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/setup_stable.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
set -ex
22
python -m pip install --upgrade --no-cache-dir pip
33
pip install --no-cache-dir -e .[dev,agent]
4-
pip install --no-cache-dir openai==1.99.1

scripts/setup_stable_gpu.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ pip install --no-cache-dir vllm==0.9.2
1010
pip install --no-cache-dir verl==0.5.0
1111

1212
pip install --no-cache-dir -e .[dev,agent]
13-
pip install --no-cache-dir openai==1.99.1

0 commit comments

Comments
 (0)