Skip to content

Commit ab6a189

Browse files
committed
fpm manifest update: mersenne-twister-fortran is only a dev-dependency
1 parent d3b555b commit ab6a189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fpm.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ auto-examples = false
1212
auto-tests = true
1313
link = ["lapack", "blas"]
1414

15-
[dependencies]
16-
mersenne-twister-fortran = { git="https://github.com/jacobwilliams/mersenne-twister-fortran.git", tag = "1.0.1" }
17-
1815
[dev-dependencies]
16+
mersenne-twister-fortran = { git="https://github.com/jacobwilliams/mersenne-twister-fortran.git", tag = "1.0.1" }
1917
pyplot-fortran = { git="https://github.com/jacobwilliams/pyplot-fortran.git", tag = "3.2.0" }
2018

2119
[library]

0 commit comments

Comments
 (0)