Skip to content

Commit f97616f

Browse files
committed
fix?
1 parent e451539 commit f97616f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
pip install pytest-cov
5050
- name: Install dependencies
5151
run: |
52+
pip install numpy
5253
pip install --pre -e ".[dev,test,pre]"
5354
- name: Test
5455
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["hatchling", "hatch-vcs", "numpy"]
3+
requires = ["hatchling", "hatch-vcs"]
44

55
[project]
66
name = "spatialdata-plot"

0 commit comments

Comments
 (0)