Skip to content

Commit c6a83df

Browse files
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) - [Commits](JuliaPy/PythonCall.jl@v0.9.24...v0.9.26) --- updated-dependencies: - dependency-name: juliacall dependency-version: 0.9.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c832678 commit c6a83df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"pandas>=0.21.0,<3.0.0",
2323
"numpy>=1.13.0,<3.0.0",
2424
"scikit_learn>=1.0.0,<2.0.0",
25-
"juliacall>=0.9.24,<0.9.26",
25+
"juliacall>=0.9.24,<0.9.27",
2626
"click>=7.0.0,<9.0.0",
2727
"typing-extensions>=4.0.0,<5.0.0",
2828
]

0 commit comments

Comments
 (0)