mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[CI] change git protocol to use https. (#19964)
This commit is contained in:
parent
3a52187da8
commit
c48d86e469
2 changed files with 5 additions and 5 deletions
|
@ -41,8 +41,8 @@ pytest-tornasync
|
|||
pytest-trio
|
||||
pytest-twisted
|
||||
werkzeug
|
||||
git+git://github.com/ray-project/tune-sklearn@master#tune-sklearn
|
||||
git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
|
||||
git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn
|
||||
git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
|
||||
scikit-optimize
|
||||
tensorflow
|
||||
gym
|
||||
|
|
|
@ -31,9 +31,9 @@ starlette
|
|||
tabulate
|
||||
uvicorn
|
||||
werkzeug
|
||||
git+git://github.com/ray-project/tune-sklearn@master#tune-sklearn
|
||||
git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
|
||||
git+git://github.com/ray-project/lightgbm_ray@main#lightgbm_ray
|
||||
git+https://github.com/ray-project/tune-sklearn@master#tune-sklearn
|
||||
git+https://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
|
||||
git+https://github.com/ray-project/lightgbm_ray@main#lightgbm_ray
|
||||
git+https://github.com/ray-project/ray_lightning#ray_lightning
|
||||
scikit-optimize
|
||||
sphinx-sitemap==2.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue