Skip to content

Commit

Permalink
try updating types
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent 8b97448 commit e7eedee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bean/mapping/CRISPResso2Align.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ cdef extern from "stdlib.h":
cdef extern from "Python.h":
ctypedef void PyObject

ctypedef np.int_t DTYPE_INT
ctypedef np.uint_t DTYPE_UINT
ctypedef np.int_ DTYPE_INT
ctypedef np.int8_t DTYPE_BOOL

cdef size_t UP = 1, LEFT = 2, DIAG = 3, NONE = 4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cython==3.0.10
numpy==2.0.0
Cython==3.0.10
pandas
scipy
perturb-tools>=0.2.5
Expand Down

0 comments on commit e7eedee

Please sign in to comment.