mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:23:15 +08:00
[Dashboard] Change default ip address for the dashboard to ipv4 (#10287)
* Done. * Add todo. * Addressed code review. * Fix issue. * Fix test failure. * Fix a test.
This commit is contained in:
@@ -132,6 +132,9 @@ extras["all"] = list(set(chain.from_iterable(extras.values())))
|
||||
# should be carefully curated. If you change it, please reflect
|
||||
# the change in the matching section of requirements.txt
|
||||
install_requires = [
|
||||
# TODO(alex) Pin the version once this PR is
|
||||
# included in the stable release.
|
||||
# https://github.com/aio-libs/aiohttp/pull/4556#issuecomment-679228562
|
||||
"aiohttp",
|
||||
"aiohttp_cors",
|
||||
"aioredis",
|
||||
|
||||
Reference in New Issue
Block a user