diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 60c5f19..608a712 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,5 @@ -{% set version = "7.0.0" %} +{% set lab_version = ">=4.0.2,<5" %} +{% set version = "7.0.1" %} {% set lab_version = ">=4.0.2,<5" %} package: @@ -7,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz - sha256: 38b55e6939df0ba73b53212c3b234e41102f1789e0158606cedaebf00abef6c8 + sha256: 2e16ad4e63ea89f7efbe212ee7c1693fcfa5ab55ffef75047530f74af4bd926c build: noarch: python