Skip to content

Commit

Permalink
deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Oct 14, 2023
1 parent 1b1b28e commit 506b3a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
27 changes: 14 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,26 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"


[compat]
Adapt = "3"
Adapt = "3.0"
Augmentor = "0.6"
CSV = "0.1 - 0.10"
CUDA = "3.10"
CSV = "0.9, 0.10"
CUDA = "3.0"
Colors = "0.12"
DataFrames = "1.3"
Documenter = "0.27"
Downloads = "1.4"
HDF5 = "0.16"
ImageMagick = "1.2"
DataFrames = "1.0"
Documenter = "0.27, 1.0"
Downloads = "1.4, 1.5, 1.6"
HDF5 = "0.16, 0.17"
ImageMagick = "1.2, 1.3"
Images = "0.24"
IterTools = "1.4"
IterTools = "1.4, 1.5, 1.6, 1.7, 1.8"
JLD2 = "0.4"
Knet = "1.4.10"
Knet = "1.4"
MLBase = "0.9"
MLDataUtils = "0.5"
MLDatasets = "0.7"
NNlib = "0.8"
ProgressMeter = "1.7"
ProgressMeter = "1.7, 1.8, 1.9"
Statistics = "1.9"
TensorBoardLogger = "0.1"
ZipFile = "0.9"
julia = "1.7"
ZipFile = "0.9, 0.10"
julia = "1.0"
7 changes: 5 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# ChangeLog of NNHelferlein package

### wip
+ use CUDA.CuIterator instead
### todo
+ use CUDA.CuIterator in train?

### 1.3.2
+ tidy-up dependency jungle
+ Padding added to emebdding layer

### v1.3.1
Expand Down

0 comments on commit 506b3a2

Please sign in to comment.