Skip to content

Commit

Permalink
Add dataframes in install requirements script.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Oct 9, 2024
1 parent f019cc3 commit f084878
Showing 1 changed file with 2 additions and 1 deletion.
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 f084878

Please sign in to comment.