mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
update FasterForest to 2.10.0, bump version to 2.5.2-dev.11
This commit is contained in:
@@ -22,7 +22,7 @@ apply plugin: "com.github.ben-manes.versions" // ./gradlew dependencyUpdates
|
||||
|
||||
|
||||
group = 'cz.siret'
|
||||
version = '2.5.2-dev.10'
|
||||
version = '2.5.2-dev.11'
|
||||
|
||||
description = 'Ligand binding site prediction based on machine learning.'
|
||||
|
||||
@@ -215,7 +215,7 @@ dependencies {
|
||||
implementation 'org.openscience.cdk:cdk-silent:2.11' // for Atom class
|
||||
|
||||
implementation 'cz.cuni.cusbg:faster-molecular-surface:1.0'
|
||||
implementation 'cz.siret.prank:FasterForest:2.9.1'
|
||||
implementation 'cz.siret.prank:FasterForest:2.10.0'
|
||||
|
||||
implementation 'nz.ac.waikato.cms.weka:weka-dev:3.9.6'
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>cz.siret.prank</groupId>
|
||||
<artifactId>FasterForest</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<version>2.10.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
Reference in New Issue
Block a user