OpenMendel / SnpArrays.jl

Compressed storage for SNP data
https://openmendel.github.io/SnpArrays.jl/latest
Other
44 stars 9 forks source link

No manifest.toml? #92

Closed biona001 closed 3 years ago

biona001 commented 3 years ago

Why is there not a manifest.toml file? Is this intentional?

kose-y commented 3 years ago

Yes, this is intentional. Manifest.toml is not really necessary for this package because...

biona001 commented 3 years ago

Ah ok. But when (if?) my SnpLinAlg-matrix mul gets merged, it'll require VectorizationBase version >0.20.18 and LoopVectorization version > 0.12.42. Do I just change that in project.toml then?

kose-y commented 3 years ago

Yes, the minimum version for each registered package can be defined in Project.toml.