Skip to content

add dependency specification and environment setup guide(#7)#9

Open
ssrijandev wants to merge 3 commits intohumanai-foundation:mainfrom
ssrijandev:main
Open

add dependency specification and environment setup guide(#7)#9
ssrijandev wants to merge 3 commits intohumanai-foundation:mainfrom
ssrijandev:main

Conversation

@ssrijandev
Copy link

Pull Request Description
Description This PR addresses the lack of environment setup documentation and dependency specifications in the repository. It introduces a root-level requirements.txt and updates the README.md with a comprehensive installation guide to improve reproducibility for researchers and contributors.
Changes * Added requirements.txt: Defined core dependencies including torch, torch-geometric, and matplotlib (autogenerated via pip-compile for Python 3.10).
Updated README.md: Added a new Environment Setup section with step-by-step instructions for virtual environment creation and dependency installation.
Hardware Guidance: Included specific notes regarding PyTorch installation for users with NVIDIA GPUs.
Related Issues Closes #7
Verification Results -

  • Verified that pip install -r requirements.txt executes successfully in a clean Python 3.10 environment.
  • Confirmed that the new README sections render correctly with GitHub’s Markdown preview.

- Add root-level requirements.txt for Python 3.10
- Update README.md with installation and virtual environment steps
- Resolve missing dependency documentation for GNN/Transformer models
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.

Missing dependency and environment setup instructions

1 participant