Skip to content

Commit de90801

Browse files
committed
fixed deps
1 parent 6d18e7b commit de90801

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
5252
[compat]
5353
CSV = "0.7, 0.8, 0.9.11, 0.10"
5454
DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1"
55-
DataInterpolations = "5"
55+
DataInterpolations = "4.5, 5"
5656
EchelleCCFs = "0.2.8"
5757
EchelleInstruments = "0.2.10"
5858
FileIO = "1.4"

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ makedocs(;
1616
pages=[
1717
"Home" => "index.md",
1818
],
19+
#checkdocs=:none,
20+
checkdocs=:exports,
1921
)
2022

2123
deploydocs(;

0 commit comments

Comments
 (0)