Skip to content

Fix requirements.txt issues#9

Open
wang-h wants to merge 1 commit intoHINTLab:mainfrom
wang-h:fix-requirements
Open

Fix requirements.txt issues#9
wang-h wants to merge 1 commit intoHINTLab:mainfrom
wang-h:fix-requirements

Conversation

@wang-h
Copy link

@wang-h wang-h commented Mar 9, 2026

Changes

This PR fixes #2 by:

  1. Renamed requirments.txtrequirements.txt (fixed typo)
  2. Created environment.yml for conda users with proper channel configuration
  3. Created clean requirements.txt for pip users without platform-specific build tags
  4. Removed the old mixed conda/pip file with build tags

Benefits

  • Users can now install via conda: conda env create -f environment.yml
  • Users can now install via pip: pip install -r requirements.txt
  • Dependencies are cleanly separated
  • Better cross-platform compatibility (removed platform-specific build tags)

Testing

  • Test conda environment creation
  • Test pip installation
  • Verify all dependencies are correctly specified

- Rename requirments.txt -> requirements.txt (fix typo)
- Split conda and pip dependencies into separate files
- Create environment.yml for conda users
- Create clean requirements.txt for pip users
- Remove platform-specific build tags for better portability
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.

requirements.txt error

1 participant