File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ jobs:
121121 UPLOAD_PACKAGES : ${{ matrix.UPLOAD_PACKAGES }}
122122 BINSTAR_TOKEN : ${{ secrets.BINSTAR_TOKEN }}
123123 FEEDSTOCK_TOKEN : ${{ secrets.FEEDSTOCK_TOKEN }}
124- STAGING_BINSTAR_TOKEN : ${{ secrets.STAGING_BINSTAR_TOKEN }}
124+ STAGING_BINSTAR_TOKEN : ${{ secrets.STAGING_BINSTAR_TOKEN }}
Original file line number Diff line number Diff line change 22schema_version : 1
33
44context :
5- version : " 2.49.1 "
5+ version : " 2.49.2 "
66
77recipe :
88 name : ray-packages
99 version : ${{ version }}
1010
1111source :
1212 url : https://github.com/ray-project/ray/archive/ray-${{ version }}.tar.gz
13- sha256 : 1ec8a3f5cd45007b7c2620b7b691dd50ad3cd503678da253ac90be26efe72a1d
13+ sha256 : f67d934fafba47ee3effeffeeedbb204662ace5f6b5a6c71b4164318db37c2ab
1414 patches :
1515 - patches/0001-Disable-making-entry-scripts.patch
1616 - patches/0002-Ignore-warnings-in-event.cc-and-logging.cc.patch
@@ -109,7 +109,7 @@ outputs:
109109 run :
110110 - python
111111 - aiohttp >=3.7
112- - click >=7.0
112+ - click >=7.0,<8.3.0
113113 - colorama
114114 - filelock
115115 - jsonschema
You can’t perform that action at this time.
0 commit comments