Skip to content

Add requirements.txt for reproducibility (fixes #176)#219

Open
kamalahasiniburra wants to merge 1 commit intoML4SCI:mainfrom
kamalahasiniburra:add-requirements-txt
Open

Add requirements.txt for reproducibility (fixes #176)#219
kamalahasiniburra wants to merge 1 commit intoML4SCI:mainfrom
kamalahasiniburra:add-requirements-txt

Conversation

@kamalahasiniburra
Copy link
Copy Markdown

Summary

Addresses Issue #176. This PR adds a requirements.txt file specifying all core dependencies needed to run the DeepLense pipeline.

What's Included

  • Core dependencies with minimum version pins (PyTorch, NumPy, scikit-learn, etc.)
    • Optional dependencies clearly marked (astropy, wandb)
    • Development dependencies commented out (black, isort, flake8)
      This enables new contributors to set up their environment with a single pip install -r requirements.txt command.

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