Skip to content

Commit

Permalink
update np versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvinyard committed Jun 22, 2023
1 parent 38eebaa commit 37a0e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# -- run setup: ----------------------------------------------------------------
setuptools.setup(
name="torch-adata",
version="0.0.24rc0",
version="0.0.24rc1",
python_requires=">3.9.0",
author="Michael E. Vinyard",
author_email="[email protected]",
Expand All @@ -29,7 +29,7 @@
"licorice_font>=0.0.3",
"lightning>=2.0.1",
"torch>=2.0",
"numpy==1.24",
"numpy==1.23",
"scanpy==1.9.3",
"scikit-learn==1.2.2",
"webfiles",
Expand Down
4 changes: 2 additions & 2 deletions torch_adata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


# -- specify package version: --------------------------------------------------
__version__ = "0.0.23"
__version__ = "0.0.24rc1"


# -- import modules: -----------------------------------------------------------
Expand All @@ -18,4 +18,4 @@
# -- import API-hidden core modules (for dev): ---------------------------------
from ._core import _core_ancilliary as _core
from . import _utils
from . import _demo
from . import _demo

0 comments on commit 37a0e7e

Please sign in to comment.