Merge pull request #9203 from eclipse/ag_remove_native

Remove nd4j-native dep for deeplearning4j-core and use profiles
master
Adam Gibson 2021-03-05 13:45:53 +09:00 committed by GitHub
commit 8fa26bd3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -163,12 +163,6 @@
<artifactId>oshi-core</artifactId>
<version>${oshi.version}</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>