Skip to content

Commit 5ae1dae

Browse files
authored
NickAkhmetov/Cap numpy under v2 (#349)
* Cap `numpy` under v2 * bump patch version
1 parent b07a72a commit 5ae1dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vitessce"
7-
version = "3.2.6"
7+
version = "3.2.7"
88
authors = [
99
{ name="Mark Keller", email="[email protected]" },
1010
]
@@ -31,7 +31,7 @@ dependencies = [
3131
'negspy>=0.2.24',
3232
'pandas>=1.1.2',
3333
'black>=21.11b1',
34-
'numpy>=1.21.2',
34+
'numpy>=1.21.2,<2.0',
3535
'anndata>=0.7.8,<0.11',
3636
'scanpy>=1.9.3',
3737
'ome-zarr==0.8.3',

0 commit comments

Comments
 (0)