-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dependency Needed #1
Comments
The following required dependencies were added in the pyproject.toml that was created using Poetry: Jax is an optional dependency, not being required to be installed. I am using the Windows-compatible binaries from here assuming that most people would be satisfied with the CPU-only version of jax. The only downside of having automated installation is trying to put Cyipopt in pyproject.toml: Cyipopt is still not compatible. Therefore, this has to be, for now, a manual step: Installing our package then Cyipopt. The issue is explained in this issue. |
GLPK might not be needed for now since I have frozen the solver option to be scipy's linprog: |
I will update the README.md file with instruction on how to install the package now. We do have an agnostic package, that should be compatible with pip and conda, thanks to Poetry. |
Closing this for now since what could be solved, was solved. |
Add cyipopt, JAX, matplotlib, glpk to the initial install
The text was updated successfully, but these errors were encountered: