Skip to content

Commit 00bdce0

Browse files
authored
Add missing using DataFrames (#75)
* Add missing `using DataFrames` * Update Project.toml
1 parent 398c1f8 commit 00bdce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/introduction-to-bundleadjustmentmodels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
55

66
[compat]
77
BundleAdjustmentModels = "0.3.1"
8-
DataFrames = "1"
8+
DataFrames = "~1.3"
99
NLPModels = "0.19"

tutorials/introduction-to-bundleadjustmentmodels/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: "Antonin Kenens and Tangi Migot"
77
A Julia repository of [bundle adjustment](https://en.wikipedia.org/wiki/Bundle_adjustment) problems from the [Bundle Adjustment in the Large](http://grail.cs.washington.edu/projects/bal/) repository.
88

99
```julia
10-
using BundleAdjustmentModels
10+
using BundleAdjustmentModels, DataFrames
1111
```
1212

1313
## Get the list of problems

0 commit comments

Comments
 (0)