Skip to content
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

pinning pacopy 0.1.2 #463

Closed
gdmcbain opened this issue Aug 24, 2020 · 4 comments
Closed

pinning pacopy 0.1.2 #463

gdmcbain opened this issue Aug 24, 2020 · 4 comments

Comments

@gdmcbain
Copy link
Contributor

After pacopy went GPL #451, it was pinned at the last prior version 0.1.2 #452

This seems to have blocked an unrelated new example on hyperelasticity #462 as the tests are now failing with pip not being able to find a version; in https://travis-ci.com/github/kinnala/scikit-fem/jobs/376714751 we read

ERROR: Could not find a version that satisfies the requirement pacopy==0.1.2 (from versions: none)

ERROR: No matching distribution found for pacopy==0.1.2

The command "pip install meshio pacopy==0.1.2 pygmsh pyamg flake8" failed and exited with 1 during .

This did not occur during the merging of PRs #452 #453 #457 #459 #461.

@gdmcbain
Copy link
Contributor Author

https://github.com/kinnala/scikit-fem/pull/462/files does not involve pacopy (or meshio, pygmsh, pyamg, or flake8).

@gdmcbain
Copy link
Contributor Author

I wondered whether this kind of failure might be due to another requirement requiring a different version of pacopy, but I don't think anything else depends on pacopy; meshio, pygmsh, pyamg, & flake8 don't.

@kinnala
Copy link
Owner

kinnala commented Sep 30, 2020

This is done, right?

@gdmcbain
Copy link
Contributor Author

Yes.

I.had.been working towards replacing pacopy entirely as part of a switch to scipy.optimize.root #119 but I haven't been able to get that to reproduce ex27 (steady incompressible Navier&ndasb;Stokes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants