Skip to content

Commit

Permalink
Remove temporary pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 15, 2022
1 parent be63adb commit b38f6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions continuous_integration/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ dependencies:
- packaging
- pip
- asyncssh
# Temporarily installing from PyPI until `bokeh=3.0.2` is on conda-forge
# - bokeh
- bokeh
- click
- cloudpickle
- coverage
Expand Down Expand Up @@ -43,8 +42,6 @@ dependencies:
- zict # overridden by git tip below
- zstandard >=0.9.0
- pip:
# Install `bokeh` with conda once 3.0.2 is on conda-forge
- bokeh >= 3.0.2
- git+https://github.com/dask/dask
- git+https://github.com/dask/s3fs
- git+https://github.com/dask/zict
Expand Down
5 changes: 1 addition & 4 deletions continuous_integration/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ dependencies:
- packaging
- pip
- asyncssh
# Temporarily installing from PyPI until `bokeh=3.0.2` is on conda-forge
# - bokeh
- bokeh
- click
- cloudpickle
- coverage
Expand Down Expand Up @@ -49,7 +48,5 @@ dependencies:
- zict
- zstandard >=0.9.0
- pip:
# Install `bokeh` with conda once 3.0.2 is on conda-forge
- bokeh >= 3.0.2
- git+https://github.com/dask/dask
- keras

0 comments on commit b38f6d9

Please sign in to comment.