Skip to content

Commit

Permalink
Replace imio with brainglobe-utils (#128)
Browse files Browse the repository at this point in the history
* Removed imio

* Removed x86 mac
  • Loading branch information
IgorTatarnikov authored Sep 20, 2024
1 parent dbec4e9 commit 85fe70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
# Run tests on ubuntu across all supported versions
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest]
# Include a Windows test and old/new Mac runs
# Include a Windows test and new Mac runs
include:
- os: macos-13
python-version: "3.12"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion tests/brainmapper/test_integration/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
import pandas as pd
import pytest
from imio.load import load_any
from brainglobe_utils.IO.image import load_any

from brainglobe_workflows.brainmapper.main import (
main as cellfinder_run,
Expand Down

0 comments on commit 85fe70a

Please sign in to comment.