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

Add interpolation from conda-forge #303

Open
mmcky opened this issue Dec 30, 2020 · 1 comment
Open

Add interpolation from conda-forge #303

mmcky opened this issue Dec 30, 2020 · 1 comment

Comments

@mmcky
Copy link
Contributor

mmcky commented Dec 30, 2020

interpolation package has been added to conda forge so we can use that channel to install

!conda install -y quantecon
!pip install interpolation

should become

!conda install -y quantecon
!conda install -c conda-forge -y interpolation
@mmcky
Copy link
Contributor Author

mmcky commented Feb 9, 2021

@jstac we would need to specify the conda-forge channel for the interpolation package so I don't really see a lot of benefit in making the change. What do you think?

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

1 participant