Skip to content

Commit

Permalink
Add uv to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 17, 2024
1 parent ffc6bbd commit d65cd98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# aind-behavior-services

![CI](https://github.com/AllenNeuralDynamics/Aind.Behavior.Services/actions/workflows/ci.yml/badge.svg)
[![PyPI - Version](https://img.shields.io/pypi/v/aind-behavior-experiment-launcher)](https://pypi.org/project/aind-behavior-experiment-launcher/)
[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)

A repository containing code for data acquisition and processing for AIND behavior rigs.

---
Expand Down Expand Up @@ -60,6 +66,10 @@ We use [ruff](https://docs.astral.sh/ruff/) as our primary linting tool.
Attempt to add tests when new features are added.
To run the currently available tests, run `python -m unittest` from the root of the repository.

Check warning on line 67 in README.md

View workflow job for this annotation

GitHub Actions / pages

undefined label: 'prerequisites'

### Lock files

We use [uv](https://docs.astral.sh/uv/) to manage our lock files.

### Versioning

Where possible, adhere to [Semantic Versioning](https://semver.org/).
Expand Down
2 changes: 1 addition & 1 deletion src/aind_behavior_services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.8"
__version__ = "0.8.8-rc1"

from .rig import AindBehaviorRigModel # noqa: F401
from .session import AindBehaviorSessionModel # noqa: F401
Expand Down

0 comments on commit d65cd98

Please sign in to comment.