Skip to content

Conversation

@vatsalllll
Copy link

  • Add version pinning to ensure reproducible builds
  • Include all missing dependencies (numpy, pandas, scikit-learn, scipy, tqdm)
  • Use compatible version ranges (>=X.Y.0,<(X+1).0.0)
  • Add comments to organize dependencies by category

This fixes the issue where different users would get different package versions, leading to potential API incompatibilities and 'works on my machine' problems.

- Add version pinning to ensure reproducible builds
- Include all missing dependencies (numpy, pandas, scikit-learn, scipy, tqdm)
- Use compatible version ranges (>=X.Y.0,<(X+1).0.0)
- Add comments to organize dependencies by category

This fixes the issue where different users would get different package versions,
leading to potential API incompatibilities and 'works on my machine' problems.
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