JuliaDSP / MFCC.jl

Mel Frequency Cepstral Coefficients calculation for Julia
BSD 2-Clause "Simplified" License
33 stars 18 forks source link

Can you tag v0.3.2? #28

Closed PallHaraldsson closed 1 year ago

PallHaraldsson commented 2 years ago

So that I can do (I can install master):

(@v1.8) pkg> add --preserve=all MFCC@v0.3.2
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MFCC [ca7b5df7]:
 MFCC [ca7b5df7] log:
 ├─possible versions are: 0.3.1 or uninstalled
 └─restricted to versions 0.3.2 by an explicit requirement — no versions left

I'm though not sure why this happened:

(@v1.8) pkg> add --preserve=all MFCC
 SpecialFunctions [276daf66] log:
 ├─possible versions are: 0.7.0-2.1.7 or uninstalled
 ├─restricted to versions 2.1.7 by an explicit requirement, leaving only versions 2.1.7
 └─restricted by compatibility requirements with MFCC [ca7b5df7] to versions: 0.7.0-0.10.3 — no versions left
   └─MFCC [ca7b5df7] log:
     ├─possible versions are: 0.3.1 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.3.1
davidavdav commented 2 years ago

I would, if I could, but I am currently in version hell, where the Julia section is taking up larger and larger amounts of space.

davidavdav commented 2 years ago

So, I tagged this commit for registration, see if that works...

davidavdav commented 1 year ago

We should still have 0.3.3 available, with updated dependencies