Skip to content

Commit

Permalink
Reverted to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakar committed Sep 19, 2024
1 parent 2fe3e19 commit 8420c39
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "vitessce"
version = "3.3.4"
version = "3.3.3"
authors = [
{ name="Mark Keller", email="mark_keller@hms.harvard.edu" },
]
Expand All @@ -26,14 +26,13 @@ classifiers = [
'Programming Language :: Python :: 3.12',
]
dependencies = [
'zarr>=2.5.0',
'numcodecs>=0.5.7',
'scipy>=1.2.1',
'negspy>=0.2.24',
'zarr>=2.16.0',
'numcodecs>=0.12',
'scipy>=1.9.3',
'pandas>=1.1.2',
'black>=21.11b1',
'numpy>=1.21.2',
'anndata>=0.7.8,<0.11',
'anndata>=0.7.8',
'scanpy>=1.9.3',
'ome-zarr==0.8.3',
'tifffile>=2020.10.1',
Expand Down

0 comments on commit 8420c39

Please sign in to comment.