Skip to content

Commit

Permalink
Merge pull request #131 from alejoe91/master
Browse files Browse the repository at this point in the history
Update bioformats package JAR to 6.5.1
  • Loading branch information
0x00b1 authored Jul 20, 2020
2 parents ef4f118 + ad5df31 commit ff51a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioformats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

_jars_dir = os.path.join(os.path.dirname(__file__), 'jars')

JAR_VERSION = '5.9.0'
JAR_VERSION = '6.5.1'

JARS = javabridge.JARS + [os.path.realpath(os.path.join(_jars_dir, name + '.jar'))
for name in ['loci_tools']]
for name in ['bioformats_package']]
"""List of directories, jar files, and zip files that should be added
to the Java virtual machine's class path."""

Expand Down
Binary file not shown.

0 comments on commit ff51a2d

Please sign in to comment.