Skip to content

Commit

Permalink
Merge pull request #60 from Mounika-Thakkallapally/versionupdate
Browse files Browse the repository at this point in the history
updating the package dependencies
  • Loading branch information
Mounika-Thakkallapally authored Nov 18, 2024
2 parents ac96767 + 370dd59 commit 752d775
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "DeIdentification"
uuid = "b905b068-7150-5b22-bc23-80596c88c6a6"
authors = ["Brown Center for Biomedical Informatics"]
version = "0.9.0"
version = "0.9.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
DependencyWalker = "7db386b5-e858-4964-8eb4-2fa66f8df882"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
Expand All @@ -20,16 +20,16 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CSV = "0.10.15"
CSV = "0.10.14"
DataFrames = "^1"
DataStructures = "^0.17.2"
FilePathsBase = "0.9.22"
Glob = "^1.2.0"
JSON = "^0.21.0"
Memento = "^0.12.1"
DataStructures = "^0.18"
DependencyWalker = "0.1.2"
Glob = "^1.2"
JSON = "^0.21"
Memento = "^0.12"
Parsers = "^2.0"
Tables = "^1.0"
YAML = "^0.3.2"
YAML = "^0.3"
julia = "^1.6"

[extras]
Expand Down

0 comments on commit 752d775

Please sign in to comment.