Skip to content

Commit

Permalink
env: adding DataFrames to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilaSaraiva committed Sep 7, 2024
1 parent 61adbc6 commit ff70775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["fercarozzi <carozzi@ualberta.ca>"]
version = "0.1.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Expand All @@ -15,6 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Documenter = "0.27"
DocumenterTools = "0.1"
DataFrames = "1"
julia = "1"

[extras]
Expand Down
1 change: 1 addition & 0 deletions src/SeisMain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module SeisMain
using Printf
using Statistics
using Distributed
using DataFrames
include("ReadWrite/ReadWrite.jl")
include("Utils/Utils.jl")
end

0 comments on commit ff70775

Please sign in to comment.