Skip to content

Commit

Permalink
Merge pull request #100 from martinRenou/058
Browse files Browse the repository at this point in the history
Release 0.5.8
  • Loading branch information
martinRenou authored Oct 18, 2024
2 parents dd05acc + 131b854 commit a761ea8
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 10 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
8 changes: 8 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "voila" %}
{% set version = "0.5.7" %}
{% set version = "0.5.8" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1aa1a3aef73cc30a9ea4217f13a64269c1cc9185edbf10c2db820fa4ff29525f
sha256: 3d9078c252a8b1f3fe58d465749d31cdc241b29c8f4ab77f123be35a17e2da95

build:
number: 1
Expand All @@ -29,12 +29,12 @@ requirements:
- jupyter_core >=4.11.0
- jupyterlab_server >=2.3.0,<3
- jupyter_client >=7.4.4,<=9
- jupyter_server >=2.0.0,<3
- jupyter_server >=1,<3
- nbclient >=0.4.0
- websockets >=9
- traitlets >=5.0.3,<6
run_constrained:
- ipywidgets =8
- ipywidgets >=7

test:
imports:
Expand Down

0 comments on commit a761ea8

Please sign in to comment.