Skip to content

Commit

Permalink
test/Project.toml (#177)
Browse files Browse the repository at this point in the history
* test/Project.toml
  • Loading branch information
eahenle authored Oct 9, 2022
1 parent db46fb9 commit c2d7dbe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ test/data
test/*.cif
test/*.cssr
test/*.mol2
test/*.xyz
13 changes: 3 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name = "Xtals"
uuid = "ede5f01d-793e-4c47-9885-c447d1f18d6d"
authors = ["SimonEnsemble <cory.simon@oregonstate.edu>"]
version = "0.4.10"
version = "0.4.11"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Bio3DView = "99c8bb3a-9d13-5280-9740-b4880ed9c598"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down Expand Up @@ -32,13 +31,7 @@ MetaGraphs = "0.7"
PrecompileSignatures = "3.0"
StaticArrays = "1.3"
Unitful = "1.11"
julia = "1.6, 1.7, 1.8"
julia = "1.6"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Documenter", "IOCapture", "Logging"]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
12 changes: 12 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit c2d7dbe

Please sign in to comment.