Skip to content

Commit

Permalink
version 0.1.3 (Optimise GPU and memory)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiQian-XC committed Aug 17, 2022
1 parent 2977b97 commit 0ee748e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sctour/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
from . import train
from . import vector_field as vf
__version__ = '0.1.2'
__version__ = '0.1.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ def get_readme():

setuptools.setup(
name='sctour',
version='0.1.2',
version='0.1.3',
author='Qian Li',
author_email='[email protected]',
description='a deep learning architecture for robust inference and accurate prediction of cellular dynamics',
Expand All @@ -16,7 16,7 @@ def get_readme():
packages=setuptools.find_packages(),
install_requires=[
'torch>=1.9.1',
'torchdiffeq==0.2.2',
'torchdiffeq>=0.2.2',
'numpy>=1.19.2',
'scanpy>=1.7.1',
'anndata>=0.7.5',
Expand Down

0 comments on commit 0ee748e

Please sign in to comment.