Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pydantic version to <2 #345

Merged
merged 3 commits into from
Jul 18, 2023
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ pip install btrack

#### Installing on Apple Silicon

Run the above command with `pip` and then also install the following with
[conda](https://github.com/conda-forge/miniforge).
Install the following with
[conda](https://github.com/conda-forge/miniforge):

```sh
conda install -c conda-forge cvxopt
```

then run the above command with `pip`.

## Usage examples

Visit [btrack documentation](https://btrack.readthedocs.io) to learn how to use it and see other examples.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"h5py>=2.10.0",
"numpy>=1.17.3",
"pooch>=1.0.0",
"pydantic>=1.9.0",
"pydantic~=1.9",
"scikit-image>=0.16.2",
"scipy>=1.3.1",
"tqdm>=4.65.0",
Expand Down