Skip to content

Commit

Permalink
Updates version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Mar 28, 2023
1 parent e1ce856 commit 488bc0d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]

steps:
- name: checkout source
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]

steps:
- name: checkout source
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ SET( tbb_LIBRARIES ${tbb_LIBRARY} )
find_package(MKL)
#SET(MKL_LIBRARIES)
#list(APPEND MKL_LIBRARIES ${MKL_LIBRARY})
MESSAGE(${MKL_LIBRARIES})
MESSAGE(${MKL_INCLUDE_DIR})
FIND_PACKAGE_HANDLE_STANDARD_ARGS(MKL DEFAULT_MSG MKL_INCLUDE_DIR MKL_LIBRARIES)
# avoid local MKL when looking for pytorch
#SET(MKL_FOUND TRUE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindMKL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(INTEL_ROOT ${INTEL_ROOT_DEFAULT} CACHE PATH "Folder contains intel libs")
find_path(MKL_ROOT include/mkl.h PATHS $ENV{MKLROOT} ${INTEL_ROOT}/mkl $ENV{CONDA_PREFIX}
DOC "Folder contains MKL")

MESSAGE(${MKL_ROOT})
#MESSAGE(${MKL_ROOT})

find_path(MKL_INCLUDE_DIR NAMES mkl.h HINTS ${MKL_ROOT}/include /usr/include/mkl $ENV{CONDA_PREFIX}/include)

Expand Down
1 change: 1 addition & 0 deletions environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
- python>=3.9
- pytorch-cpu=1.10
- mkl-devel
- tbb-devel
Expand Down
1 change: 1 addition & 0 deletions environment_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
- python>=3.9
- pytorch-cpu=1.10
- mkl-devel
- tbb-devel
Expand Down
2 changes: 1 addition & 1 deletion ggCaller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

'''ggCaller: a gene caller for Bifrost graphs'''

__version__ = '1.3.3'
__version__ = '1.3.4'

0 comments on commit 488bc0d

Please sign in to comment.