Skip to content

Commit

Permalink
Fix outdated CSV compat requirement (#12)
Browse files Browse the repository at this point in the history
* Fix outdated CSV compat requirement

* Add upper limit for CSV version
  • Loading branch information
pawel-tarasiuk-quantumz authored Feb 14, 2024
1 parent 4d648f9 commit fdd8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"

[compat]
CSV = "0.8"
CSV = "0.8 - 0.10"
DocStringExtensions = "0.8"
Graphs = "1.9"
LabelledGraphs = "^0.4.4"
Expand Down

0 comments on commit fdd8a31

Please sign in to comment.