Skip to content

Commit d64f7b3

Browse files
authored
fixed ci to use careamics main branch; updated careamics dep. version (#57)
1 parent 9f02633 commit d64f7b3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
python -m pip install --upgrade pip
4444
pip install ".[dev]"
45-
pip install -U git+https://github.com/CAREamics/careamics@dev/v0.2
45+
pip install -U git+https://github.com/CAREamics/careamics
4646
4747
- name: 🧪 Run Tests
4848
run: pytest --color=yes

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install ".[dev]"
43-
pip install -U git+https://github.com/CAREamics/careamics@dev/v0.2
43+
pip install -U git+https://github.com/CAREamics/careamics
4444
4545
- name: 🧪 Run Tests
4646
run: pytest --color=yes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"psygnal",
2525
"pyqtgraph",
2626
"napari[all]",
27-
"careamics[tensorboard]>=0.1",
27+
"careamics[tensorboard]>=0.2.0",
2828
"careamics-portfolio",
2929
"numcodecs<0.16",
3030
]

0 commit comments

Comments
 (0)