Skip to content

Add rAdd minimal requirements.txt for reproducible environment setupequirements#181

Open
manshirahangdale wants to merge 2 commits intoML4SCI:mainfrom
manshirahangdale:add-requirements
Open

Add rAdd minimal requirements.txt for reproducible environment setupequirements#181
manshirahangdale wants to merge 2 commits intoML4SCI:mainfrom
manshirahangdale:add-requirements

Conversation

@manshirahangdale
Copy link

This PR adds a "requirements.txt" file to improve reproducibility and simplify environment setup for contributors.
The dependencies were identified from the libraries imported across the repository, and unnecessary transitive packages from "pip freeze" were removed to keep the requirements minimal.
Contributors can now install the environment using:
pip install -r requirements.txt

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

Successfully merging this pull request may close these issues.

1 participant