From 37e29167f5788948efebf81a888ca9b35da5deaa Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Thu, 1 Sep 2022 20:48:25 -0400 Subject: [PATCH] nbmake in dev --- poetry.lock | 30 +++++++++++++++--------------- pyproject.toml | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf2c73182..6578b4e7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -89,7 +89,7 @@ test_all = ["coverage", "ipython (>=4.2)", "objgraph", "pytest (>=7.0)", "pytest name = "atomicwrites" version = "1.4.1" description = "Atomic file writes." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -97,7 +97,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" name = "attrs" version = "22.1.0" description = "Classes Without Boilerplate" -category = "main" +category = "dev" optional = false python-versions = ">=3.5" @@ -312,7 +312,7 @@ python-versions = ">=3.6" name = "fastjsonschema" version = "2.16.1" description = "Fastest Python implementation of JSON schema" -category = "main" +category = "dev" optional = false python-versions = "*" @@ -493,7 +493,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pep517", name = "importlib-resources" version = "5.9.0" description = "Read resources from Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -508,7 +508,7 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "main" +category = "dev" optional = false python-versions = "*" @@ -642,7 +642,7 @@ i18n = ["Babel (>=2.7)"] name = "jsonschema" version = "4.15.0" description = "An implementation of JSON Schema validation for Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -948,7 +948,7 @@ python-versions = "*" name = "nbclient" version = "0.6.7" description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." -category = "main" +category = "dev" optional = false python-versions = ">=3.7.0" @@ -1002,7 +1002,7 @@ webpdf = ["pyppeteer (>=1,<1.1)"] name = "nbformat" version = "5.4.0" description = "The Jupyter Notebook format" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -1019,7 +1019,7 @@ test = ["check-manifest", "pre-commit", "pytest", "testpath"] name = "nbmake" version = "1.3.4" description = "Pytest plugin for testing notebooks" -category = "main" +category = "dev" optional = false python-versions = ">=3.7.0,<4.0.0" @@ -1236,7 +1236,7 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pkgutil_resolve_name" version = "1.3.10" description = "Resolve a name to an object." -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1256,7 +1256,7 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1364,7 +1364,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" name = "pydantic" version = "1.10.1" description = "Data validation and settings management using python type hints" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -1438,7 +1438,7 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pyrsistent" version = "0.18.1" description = "Persistent/Functional/Immutable data structures" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -1446,7 +1446,7 @@ python-versions = ">=3.7" name = "pytest" version = "7.1.2" description = "pytest: simple powerful testing with Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -2038,7 +2038,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">= 3.7.1, < 3.10.0" -content-hash = "f204187f16701eaf5373a382a3a731a88384a4cecd8fa5d1703b62565702e00d" +content-hash = "21333cc6ce3965bbcdede03cf597e063611ab30d771a1fe4e4c389293bf10cd3" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 601b115f8..8f01f4d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ galcheat = ">=1.0.0" galsim = ">=2.3.5" ipywidgets = ">=7.6.5" matplotlib = ">=3.5.1" -nbmake = "^1.3.4" numpy = [{version = ">=1.16.5,<1.22.0", python = "~3.7.1"}, {version = ">=1.22", python = ">=3.8"}] pandas = [{version = "~1.3.5", python = "~3.7.1"}, {version = ">=1.4.2", python = ">=3.8"}] python = ">= 3.7.1, < 3.10.0" @@ -50,8 +49,10 @@ flake8 = ">=4.0.1" flake8-absolute-import = ">=1.0" isort = ">=5.10.1" jupyter = "^1.0.0" +jupyter-contrib-nbextensions = "^0.5.1" jupyter-sphinx = ">=0.3.2" nbconvert = "^7.0.0" +nbmake = "^1.3.4" nbstripout = ">=0.5.0" pre-commit = ">=2.18.1" pydocstyle = ">=5.1.1" @@ -59,7 +60,6 @@ pytest = ">=7.1.1" pytest-cov = ">=3.0.0" sphinx = ">=3.5.4" sphinx-rtd-theme = ">=0.4.3" -jupyter-contrib-nbextensions = "^0.5.1" [tool.poetry.urls] "Bug Tracker" = "https://github.com/LSSTDESC/BlendingToolKit/issues"