Skip to content

Commit

Permalink
fpm manifest update: mersenne-twister-fortran is only a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 21, 2024
1 parent d3b555b commit ab6a189
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ auto-examples = false
auto-tests = true
link = ["lapack", "blas"]

[dependencies]
mersenne-twister-fortran = { git="/~https://github.com/jacobwilliams/mersenne-twister-fortran.git", tag = "1.0.1" }

[dev-dependencies]
mersenne-twister-fortran = { git="/~https://github.com/jacobwilliams/mersenne-twister-fortran.git", tag = "1.0.1" }
pyplot-fortran = { git="/~https://github.com/jacobwilliams/pyplot-fortran.git", tag = "3.2.0" }

[library]
Expand Down

0 comments on commit ab6a189

Please sign in to comment.