From 7188cf5e31390363f7be0affd4fa857a1631ad11 Mon Sep 17 00:00:00 2001 From: pybokeh Date: Tue, 29 Mar 2022 20:07:13 -0400 Subject: [PATCH 1/2] Added orchest workflow orchestration framework --- PyData/UsefulPackages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PyData/UsefulPackages.txt b/PyData/UsefulPackages.txt index 118fbaf..5a5d6d7 100644 --- a/PyData/UsefulPackages.txt +++ b/PyData/UsefulPackages.txt @@ -201,6 +201,7 @@ Netflix's metaflow: https://github.com/Netflix/metaflow (Windows not supported) ploomber: https://github.com/ploomber/ploomber (Windows supported) databay: https://github.com/Voyz/databay pydags: https://github.com/DavidTorpey/pydags +orchest: https://github.com/orchest/orchest # Data validation and cleaning frameworks https://github.com/great-expectations/great_expectations From c05abc2019301ab91336f4f758574d9dcc673cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:29:37 +0000 Subject: [PATCH 2/2] Bump numpy from 1.16.4 to 1.22.0 in /docker-projects/ipython_notebook Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-projects/ipython_notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-projects/ipython_notebook/requirements.txt b/docker-projects/ipython_notebook/requirements.txt index 4968aed..d6a87f9 100644 --- a/docker-projects/ipython_notebook/requirements.txt +++ b/docker-projects/ipython_notebook/requirements.txt @@ -23,7 +23,7 @@ mistune==0.8.4 nbconvert==5.5.0 nbformat==4.4.0 notebook==6.4.1 -numpy==1.16.4 +numpy==1.22.0 pandas==0.24.2 pandocfilters==1.4.2 parso==0.5.1