Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Contributions that improve numerical validation, physical modeling,
performance, documentation, or reproducibility are welcome.

## Install

This project uses [uv](https://docs.astral.sh/uv/) and a committed `uv.lock` as
its single source of truth for dependencies. There is no `requirements.txt`.

```bash
uv sync --all-extras
```

CI installs with `uv sync --all-extras --no-editable`, which is also what a
`pip install chained-eclipse` user effectively gets. Prefer `--no-editable`
locally when reproducing a CI failure.

## Development setup

```bash
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.