Skip to content
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

ENH: update package version #135

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set version = "7.0.4" %}
{% set lab_version = ">=4.0.2,<5" %}
{% set version = "7.0.5" %}
{% set lab_version = ">=4.0.2,<5" %}

package:
Expand All @@ -7,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz
sha256: 0c1b458f72ce8774445c8ef9ed2492bd0b9ce9605ac996e2b066114f69795e71
sha256: 9e7c7a91de138bc8b5ee50486a20e70fa4d82d407b5622ec8beac9e13e773181

build:
noarch: python
Expand Down