davidavdav / GaussianMixtures.jl

Large scale Gaussian Mixture Models
Other
99 stars 38 forks source link

Support SpecialFunctions v2+? #100

Closed ForceBru closed 7 months ago

ForceBru commented 2 years ago

I installed GaussianMixtures.jl, and SpecialFunctions.jl got downgraded significantly:

⌅ [276daf66] ↓ SpecialFunctions v2.1.7 ⇒ v1.8.7

Here it's required that SpecialFunctions be any version like v1.?.?:

https://github.com/davidavdav/GaussianMixtures.jl/blob/7480dd20646456c178636e8aadb17286b739f627/Project.toml#L36

However, versions 2.something are already out: https://github.com/JuliaMath/SpecialFunctions.jl/blob/36c547b4a270b6089b1baf7bec05707e9fb8c7f9/Project.toml#L1-L3.

Is it possible to support the new versions of SpecialFunctions.jl?

davidavdav commented 2 years ago

Hello,

I think we need very little of special functions, but it needs to be tested that version 2 works.

davidavdav commented 7 months ago

fixes #100