Skip to content

Add minimal requirements.txt for reproducible installation (#106)#185

Open
manshirahangdale wants to merge 2 commits intoML4SCI:mainfrom
manshirahangdale:fix-installation-106
Open

Add minimal requirements.txt for reproducible installation (#106)#185
manshirahangdale wants to merge 2 commits intoML4SCI:mainfrom
manshirahangdale:fix-installation-106

Conversation

@manshirahangdale
Copy link

This PR adds a minimal "requirements.txt" to improve installation reproducibility.

Currently, the repository does not provide a centralized dependency list, which makes
environment setup difficult for new users.
This file includes commonly used dependencies across the DeepLense projects such as
numpy, torch, matplotlib, astropy, and einops.
Tested on Windows using a Python virtual environment. After installing dependencies with:
pip install -r requirements.txt
scripts such as "DeepLense_Regression_Zhongchao_Guan/CNNT.py" run without missing
dependency errors.

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