-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin bokeh and coiled for 0.1.1 release #524
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0dc9d49
revert all but dask and coiled [test-upstream]
ncclementi 6f22adb
revert to 0.1.0 packages versions add bokeh and coiled pins
ncclementi 5d457e4
put blosc back for consistency
ncclementi 034609e
Merge branch 'main' into revert-update-ver
ncclementi 84272c0
Merge branch 'main' of https://github.com/coiled/coiled-runtime into …
jrbourbeau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{% set name = "coiled-runtime" %} | ||
{% set version = "0.2.0" + environ.get("VERSION_SUFFIX", '') %} | ||
{% set dask_version = environ.get("DASK_VERSION", "2022.10.2") %} | ||
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.10.2") %} | ||
{% set dask_version = environ.get("DASK_VERSION", "2022.6.0") %} | ||
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.6.0") %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
|
@@ -23,34 +23,34 @@ requirements: | |
- python >=3.8,<3.11 | ||
- pip | ||
- coiled >=0.2.41 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm leaving this in as a protective measure |
||
- numpy ==1.23.3 | ||
- pandas ==1.5.1 | ||
- numpy ==1.21.6 | ||
- pandas ==1.4.2 | ||
- dask =={{ dask_version }} | ||
- distributed =={{ distributed_version }} | ||
- fsspec ==2022.10.0 | ||
- s3fs ==2022.10.0 | ||
- gcsfs ==2022.10.0 | ||
- pyarrow ==9.0.0 | ||
- jupyterlab ==3.4.8 | ||
- dask-labextension ==5.3.0 | ||
- lz4 ==4.0.2 | ||
- ipywidgets ==7.7.2 | ||
- fsspec ==2022.5.0 | ||
- s3fs ==2022.5.0 | ||
- gcsfs ==2022.5.0 | ||
- pyarrow ==8.0.0 | ||
- jupyterlab ==3.4.2 | ||
- dask-labextension ==5.2.0 | ||
- lz4 ==4.0.0 | ||
- ipywidgets ==7.7.0 | ||
- numba ==0.56.3 | ||
- scikit-learn ==1.1.3 | ||
- scikit-learn ==1.1.1 | ||
- ipycytoscape ==1.3.3 | ||
- click ==8.1.3 | ||
- xarray ==2022.10.0 | ||
- zarr ==2.13.3 | ||
- msgpack-python ==1.0.4 | ||
- cloudpickle ==2.2.0 | ||
- xarray ==2022.3.0 | ||
- zarr ==2.11.3 | ||
- msgpack-python ==1.0.3 | ||
- cloudpickle ==2.1.0 | ||
- tornado ==6.1 | ||
- toolz ==0.12.0 | ||
- python-blosc ==1.10.2 | ||
- zict ==2.2.0 | ||
- xgboost ==1.6.2 | ||
- xgboost ==1.6.1 | ||
- dask-ml ==2022.5.27 | ||
- openssl >1.1.0g | ||
- pynvml ==11.4.1 | ||
- optuna ==3.0.3 | ||
- bokeh ==2.4.3 | ||
|
||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jrbourbeau since we are doing a patch, should we bump to 2022.6.1 see #306
cc: @hendrikmakait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's stick with 2022.6.0 to keep this PR as minimal as possible. I expect we'll push out another release soon where we update other package versions