Open
Conversation
Co-authored-by: Rupak Chakraborty <rupakc@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set up the development environment and document the installation process due to complex dependency conflicts.
The existing
requirements.txtcontained very old pinned dependencies that were incompatible with modern Python versions. This PR establishes a working development environment using Python 3.8 and resolves numerous dependency conflicts (e.g.,scikit-learn'scalinski_harabaz_scoreremoval,pyLDAvisandpandasincompatibility,tensorflowandnumpyversions) to ensure all project modules import and core functionalities execute successfully. TheAGENTS.mdfile details the setup steps and dependency rationale.Note
Low Risk
Low risk: this PR only adds documentation and does not change runtime code or dependencies.
Overview
Adds a new
AGENTS.mdwith Cursor Cloud–specific setup instructions for running DeepPhrase under Python 3.8, including a curated list of dependency version overrides needed to avoid known incompatibilities with the pinnedrequirements.txt.Documents how to run the main seed-generation entry points, required external prerequisites (API keys,
.magnitudemodels, storage backend), basic lint guidance, and a note about the hardcoded WindowsLOG_FILE_PATHimpacting Linux logging.Written by Cursor Bugbot for commit dab53b2. This will update automatically on new commits. Configure here.