From a9ea85a92cc31e8058d95c2ddb311c978f3a8511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:03:45 +0000 Subject: [PATCH 1/2] build(deps): bump juliacall from 0.9.21 to 0.9.22 Bumps [juliacall](https://github.com/JuliaPy/PythonCall.jl) from 0.9.21 to 0.9.22. - [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases) - [Commits](https://github.com/JuliaPy/PythonCall.jl/compare/v0.9.21...v0.9.22) --- updated-dependencies: - dependency-name: juliacall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5d4f95fb..e13af6fe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ sympy>=1.0.0,<2.0.0 pandas>=0.21.0,<3.0.0 numpy>=1.13.0,<3.0.0 scikit_learn>=1.0.0,<2.0.0 -juliacall==0.9.21 +juliacall==0.9.22 click>=7.0.0,<9.0.0 setuptools>=50.0.0 From 93f17fc6442d957e6f46dbb98257b72f33ced444 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 23 Aug 2024 10:21:33 +0800 Subject: [PATCH 2/2] deps: bump to juliacall 0.9.23 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e13af6fe5..aa92aaf13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ sympy>=1.0.0,<2.0.0 pandas>=0.21.0,<3.0.0 numpy>=1.13.0,<3.0.0 scikit_learn>=1.0.0,<2.0.0 -juliacall==0.9.22 +juliacall==0.9.23 click>=7.0.0,<9.0.0 setuptools>=50.0.0