Skip to content

Commit ccd748c

Browse files
Add CSV v0.10 compatibility to documentation dependencies
This commit adds the CSV = "0.10" compat entry to the docs Project.toml to support CSV v0.10. The documentation build was tested successfully with CSV v0.10.15, and there are no breaking changes that affect the usage in the neural ODE weather forecast example. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 205de23 commit ccd748c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3636
path = ".."
3737

3838
[compat]
39+
CSV = "0.10"
3940
CUDA = "5"
4041
ComponentArrays = "0.15"
4142
DataFrames = "1"

0 commit comments

Comments
 (0)