-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade msprime to 0.6.2 #33
Conversation
There is currently some conflict between msprime and openblas. I think this will work, but will drop openblas to 0.3.3
Trying with build enforced. |
Hopefully the most recent build will work. I think what's happening is the that solver really wants to minimise the number of 'features' in the environment, so it's preferring older builds with fewer features. These are broken for msprime, so I've asked the admins to move them to the 'broken' label on conda forge: conda-forge/msprime-feedstock#24 Hopefully that's mean that we don't need to force a specific build and these undead zombie builds will finally go away. |
Looks like this failed on OSX because the hash values for the package files are different. Best to wait until the broken packages are taken out of circulation and try again with 0.6.2 and no further requirements. |
Thanks. I'll keep an eye on that issue. |
Can you try again please @hardingnj, with just msprime=0.6.2? The broken packages are out of circulation now, so fingers crossed. |
Thanks @hardingnj for picking this up 👍 |
Installs |
Hooray on msprime working! Hopefully it doesn't have anything to do with your pdflatex problems... |
Latex install failed but may be just a transient problem, I've restarted that build. Definitely unrelated to msprime, thanks @hardingnj and @jeromekelleher for sorting that 👍 |
CI happy now. |
Hopefully fixes #30.
xref conda-forge/msprime-feedstock#20