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

Update to Notebook 7.0.8 #144

Merged
merged 1 commit into from
Feb 12, 2024
Merged
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "7.0.7" %}
{% set lab_version = ">=4.0.7,<5" %}
{% set version = "7.0.8" %}
{% set lab_version = ">=4.0.7,<4.1" %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant upstream PR: jupyter/notebook#7249

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prolly needs a repodata-patches PR, otherwise solver will just pull older ones.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(but this should land here first)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


package:
name: notebook
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz
sha256: 3bcff00c17b3ac142ef5f436d50637d936b274cfa0b41f6ac0175363de9b4e09
sha256: 3957ecd956056b0014677afc76d3bb44c2d2f29649f87b24d13606ff1d18938f

build:
noarch: python
Expand Down