Skip to content

Commit

Permalink
Merge pull request #103 from regro-cf-autotick-bot/3.5.0_he0c5d5
Browse files Browse the repository at this point in the history
bokeh v3.5.0
  • Loading branch information
philippjfr authored Jul 10, 2024
2 parents 3de9044 + 1ae3e1a commit f4c790a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.4.2" %}
{% set version = "3.5.0" %}

package:
name: bokeh
version: {{ version }}

source:
url: https://pypi.io/packages/source/b/bokeh/bokeh-{{ version }}.tar.gz
sha256: a16d5cc0abb93d2d270d70fc35851f3e1b9208814a985a4678e0ba5ef2d9cd42
sha256: 65e89addbe900c37af25a2052ae174b6d3ba1ef08c91fd5ab6dfd712e184c399
patches:
- do_not_check_tags.patch

Expand All @@ -20,13 +20,13 @@ build:

requirements:
host:
- python >=3.9
- python >=3.10
- pip
- setuptools-git-versioning
- setuptools >=64
- colorama
run:
- python >=3.9
- python >=3.10
- jinja2 >=2.9
- contourpy >=1.2
- numpy >=1.16
Expand All @@ -51,7 +51,6 @@ test:
- bokeh.models
- bokeh.models.widgets
- bokeh.plotting
- bokeh.sampledata
- bokeh.server
- bokeh.protocol
- bokeh.protocol.messages
Expand Down

0 comments on commit f4c790a

Please sign in to comment.