Skip to content

Commit

Permalink
Create new project file
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Oct 31, 2023
1 parent 371fadd commit 86a5977
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.jl.*.cov
*.jl.mem
deps/deps.jl
/Manifest.toml
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

21 changes: 21 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "RandomBooleanMatrices"
uuid = "9ae346a0-3d16-5633-ad70-ddb60ab77eac"
license = "MIT"
authors = ["mkborregaard <mkborregaard@snm.ku.dk"]
version = "0.1.2"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
RandomNumbers = "1"
StatsBase = "0.33, 0.34"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

0 comments on commit 86a5977

Please sign in to comment.