diff --git a/.gitignore b/.gitignore index 307107a..f5a296e 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Repositories cloned by source/run_repo.py +github.com/ diff --git a/AGENTS.md b/AGENTS.md index 1f3cba2..7ec1dad 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,7 +31,7 @@ After opening a PR: ## Commands ```bash -# Editable install (deps: gitpython, pandas, numpy) +# Editable install (only dependency: gitpython) uv pip install -e . # Run a comparison — edit the constants at the top of source/run_repo.py first diff --git a/pyproject.toml b/pyproject.toml index f1872f9..fc5ccff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,8 +62,6 @@ classifiers = [# Optional, for a list of valid classifiers, see https://pypi.org # Required dependencies ------------------------------------------------------------------------------------------------ dependencies = [# Optional "gitpython", - "pandas", - "numpy", ] # Optional dependencies ------------------------------------------------------------------------------------------------