From 55dd5639df2e2a4d671442de9af2a5c6a7e77dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 00:20:53 +0000 Subject: [PATCH] chore(deps): update juliacall requirement Updates the requirements on [juliacall](https://github.com/JuliaPy/PythonCall.jl) to permit the latest version. - [Release notes](https://github.com/JuliaPy/PythonCall.jl/releases) - [Changelog](https://github.com/JuliaPy/PythonCall.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/JuliaPy/PythonCall.jl/compare/v0.9.28...v0.9.35) --- updated-dependencies: - dependency-name: juliacall dependency-version: 0.9.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fccd37f7a..369a3c2c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas>=0.21.0,<4.0.0", "numpy>=1.13.0,<3.0.0", "scikit_learn>=1.0.0,<2.0.0", - "juliacall>=0.9.28,<0.9.29", + "juliacall>=0.9.28,<0.9.36", "click>=7.0.0,<9.0.0", "typing-extensions>=4.0.0,<5.0.0", ]