Skip to content

Commit

Permalink
pick of 41540 (#42179)
Browse files Browse the repository at this point in the history
  • Loading branch information
can-anyscale authored Jan 4, 2024
1 parent 90b9e45 commit 0f221ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gpustat>=1.0.0
opentelemetry-sdk
fastapi
gymnasium==0.28.1
virtualenv<20.21.1,>=20.0.24
virtualenv!=20.21.1,>=20.0.24
opentelemetry-api
opencensus
aiohttp_cors
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def get_packages(self):
"pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3",
"prometheus_client >= 0.7.1",
"smart_open",
"virtualenv >=20.0.24, < 20.21.1", # For pip runtime env.
"virtualenv >=20.0.24, !=20.21.1", # For pip runtime env.
],
"client": [
# The Ray client needs a specific range of gRPC to work:
Expand Down

0 comments on commit 0f221ee

Please sign in to comment.