Skip to content

Commit 69e4111

Browse files
committed
Update PrecompileTools version bounds to allow newer versions
Fix compatibility constraint preventing upgrade to PrecompileTools v1.3.x by allowing both v1.2.1 and v1.3 in Project.toml. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c1a4e64 commit 69e4111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Makie = "0.20, 0.21, 0.22, 0.23, 0.24"
7575
Markdown = "1.10"
7676
Moshi = "0.3"
7777
PartialFunctions = "1.1"
78-
PrecompileTools = "1.2"
78+
PrecompileTools = "1.2.1, 1.3"
7979
Preferences = "1.3"
8080
Printf = "1.10"
8181
PyCall = "1.96"

0 commit comments

Comments
 (0)