-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- The current pyproject.toml does not specify version limits when installing dependencies.
- This results in the installation of the latest versions supported on that operating system.
- This can potentially break the system for someone trying it out
- As a band-aid, recommend using virtual environments
- As a fix, update pyproject.toml to use whatever version of torch/numpy is available as long as it is within some bounds (is that possible?)
- The reason why it did not come up earlier is likely because this was being tested on ubuntu 20.04 (specify this in the README.md).
Metadata
Metadata
Assignees
Labels
No labels