Skip to content

Commit

Permalink
Develop (#12)
Browse files Browse the repository at this point in the history
* fix a typo in scAR-gpu.yml
* reorganise init.py files
  • Loading branch information
CaibinSh authored Apr 1, 2022
1 parent 61b9782 commit 0f973b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scAR-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- conda-forge::python>=3.8.6
- nvidia::cudatoolkit>=11.1
- pytorch::pytorch>=1.10.0
- pytorch::tcorchvision>=0.9.0
- pytorch::torchvision>=0.9.0
- pytorch::torchaudio>=0.8.0
- pytorch-mutex=*=cuda
- conda-forge::tqdm>=4.62.3
Expand Down
5 changes: 4 additions & 1 deletion scAR/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
from scAR.main._scAR import model
# -*- coding: utf-8 -*-

from scAR.main._scAR import model
from scAR.main import _data_generater as DataSimulator
5 changes: 1 addition & 4 deletions scAR/main/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# -*- coding: utf-8 -*-

__version__ = '0.2.0'

from scAR.main import _data_generater as DataSimulator
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
entry_points = {
'console_scripts': ['scar=scAR.main.__main__:main'],},
include_package_data=True,
url='https://github.com/CaibinSh/scAR',
url='https://github.com/Novartis/scAR',
license='MIT',
install_requires=[
"torch>=1.10.0",
Expand Down

0 comments on commit 0f973b5

Please sign in to comment.