Skip to content

Commit

Permalink
Merge branch 'master' of github.com:markgw/pimlico
Browse files Browse the repository at this point in the history
  • Loading branch information
markgw committed Jul 3, 2020
2 parents c3e2ba4 + a5dc6ac commit 049f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pimlico/modules/opennlp/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from pimlico.core.dependencies.java import JavaDependency, py4j_dependency, JavaJarsDependency, argparse4j_dependency

OPENNLP_VERSION = "1.9.1"
OPENNLP_VERSION = "1.9.2"
OPENNLP_URL = "http://mirror.netinch.com/pub/apache/opennlp/opennlp-{v}/apache-opennlp-{v}-bin.tar.gz".format(v=OPENNLP_VERSION)


Expand Down

0 comments on commit 049f3a3

Please sign in to comment.