Skip to content

Commit

Permalink
Add dataframes in install requirements script (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix authored Oct 9, 2024
1 parent f019cc3 commit 2d1c8d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[compat]
julia = "1.6.7"
CxxWrap = "0.16.0"
DataFrames = "1.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
3 changes: 2 additions & 1 deletion install_requirements.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Pkg
Pkg.add(name="BinaryBuilder", version="0.5.8")
Pkg.add(name="CxxWrap", version="0.16.0")
Pkg.add(name="CxxWrap", version="0.16.0")
Pkg.add(name="DataFrames", version="v1.7.0")

0 comments on commit 2d1c8d3

Please sign in to comment.