Skip to content

Commit fd3c02e

Browse files
asinghvi17Datseris
authored andcommitted
Add Project.toml (#4)
1 parent 034f694 commit fd3c02e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Project.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "MotifSequenceGenerator"
2+
uuid = "7d228ccb-0fc9-53c8-a429-8c9b5b572bc3"
3+
4+
[deps]
5+
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
6+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
8+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
9+
10+
[compat]
11+
Combinatorics = "≥ 0.6.0"
12+
StatsBase = "≥ 0.23.0"
13+
julia = "≥ 0.7.0"

0 commit comments

Comments
 (0)