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

Fix dependency management issue for remarks #12

Closed
shaunagm opened this issue Mar 1, 2019 · 2 comments
Closed

Fix dependency management issue for remarks #12

shaunagm opened this issue Mar 1, 2019 · 2 comments

Comments

@shaunagm
Copy link

shaunagm commented Mar 1, 2019

One of the REMARKs uses a different version of HARK than the others. Currently Chris has scotch-taped his way around this by pasting the alternate code directly into the Jupyter notebook, but that's not ideal.

I talked to Carol Willing (a Jupyter expert) who suggested one workaround is to import from a different release at the beginning of the notebook, which is slightly easier.

@shaunagm
Copy link
Author

Okay, this is now no longer blocked by our release system. @llorracc, you can try removing all that extra code in the Bufferstock notebook and replacing !pip install econ-ark with !pip install econ-ark==0.10.0.dev1 (or, if you're checking via mybinder rather than colab, by making a similar change in the binder requirements file).

@shaunagm
Copy link
Author

According to @llorracc, this works now, so I'm closing.

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

No branches or pull requests

1 participant