Skip to content

Commit

Permalink
[example] Add missing dependency to timeseries as several examples …
Browse files Browse the repository at this point in the history
…depend on that (#2128)

Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
  • Loading branch information
asbachb and asbachb authored Nov 4, 2022
1 parent 5f83946 commit e7fdeb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<groupId>ai.djl</groupId>
<artifactId>model-zoo</artifactId>
</dependency>
<dependency>
<groupId>ai.djl.timeseries</groupId>
<artifactId>timeseries</artifactId>
</dependency>
<!-- MXNet -->
<dependency>
<groupId>ai.djl.mxnet</groupId>
Expand Down

0 comments on commit e7fdeb3

Please sign in to comment.