Skip to content

Commit

Permalink
add PDBTools to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 8, 2024
1 parent a010a7b commit fb21a5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LinearAlgebra = "1.6"
Measurements = "2.11"
NearestNeighbors = "0.4"
Parameters = "0.12"
PDBTools = "1.1"
PrecompileTools = "1"
ProgressMeter = "1.6"
Random = "1.6"
Expand All @@ -44,9 +45,10 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[targets]
test = ["Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools", "Aqua", "Documenter"]
test = ["Test", "TestItemRunner", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements", "BenchmarkTools", "Aqua", "Documenter", "PDBTools" ]

0 comments on commit fb21a5b

Please sign in to comment.