Skip to content

Commit 2b19cb9

Browse files
fix: Add upper bound to CSV compat entry
The Julia Registry requires all dependencies to have upper-bounded compat entries. Changed CSV = "0" to CSV = "0.10" to comply with registry requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2a7cdd3 commit 2b19cb9

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
@@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
[compat]
1616
Aqua = "0.8"
1717
AsteroidShapeModels = "0.4.1"
18-
CSV = "0"
18+
CSV = "0.10"
1919
DataFrames = "1"
2020
Downloads = "1"
2121
LinearAlgebra = "1"

0 commit comments

Comments
 (0)