Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeXWang committed Aug 7, 2020
1 parent 9fbe381 commit 18ef89e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion OCAT/fast_similarity_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
##############################
# Imports
import numpy as np
#from numba import njit, jit
#np.random.seed(42)
##############################

Expand Down
3 changes: 1 addition & 2 deletions OCAT/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import numpy as np
import os
from fast_similarity_matching import FSM
from .fast_similarity_matching import FSM
import faiss
#import h5py
from scipy import *
from scipy.sparse import *
import scipy.sparse
Expand Down
Binary file modified dist/OCAT-0.1.1.tar.gz
Binary file not shown.
Binary file removed dist/OCAT-0.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name = 'OCAT',
packages = ['OCAT'],
version = '0.1.1',
version = '0.1.2',
license='MIT',
description = 'A new single-cell analytics framework',
author = '',
author_email = '',
url = 'https://github.com/bowang-lab/OCAT', # Provide either the link to your github or to your website
download_url = 'https://github.com/bowang-lab/OCAT/archive/v_01.tar.gz', # I explain this later on
download_url = 'https://github.com/bowang-lab/OCAT/archive/v_0.1.2.tar.gz', # I explain this later on
keywords = ['RNA-SEQ', 'CLUSTERING', 'INTEGRATION'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 18ef89e

Please sign in to comment.