From 17c34496bfa954066083eae06452e4b1316ed060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:48:16 +0000 Subject: [PATCH] chore(deps): bump juliacall from 0.9.23 to 0.9.24 Bumps [juliacall](https://github.com/JuliaPy/PythonCall.jl) from 0.9.23 to 0.9.24. - [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases) - [Commits](https://github.com/JuliaPy/PythonCall.jl/compare/v0.9.23...v0.9.24) --- updated-dependencies: - dependency-name: juliacall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeab0f83..6c0677c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "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.23", + "juliacall==0.9.24", "click>=7.0.0,<9.0.0", "setuptools>=50.0.0", ]