Skip to content

Commit 3d49ffe

Browse files
authored
Bump multiple compat entries (#504)
* Bump multiple compat entries * Update Project.toml * Update Project.toml * Update Project.toml
1 parent b3236f0 commit 3d49ffe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6161
Adapt = "1"
6262
BSON = "0.2"
6363
CSVFiles = "0.16"
64-
CUDAapi = "1"
64+
CUDAapi = "2"
6565
Cassette = "0.2"
6666
CategoricalArrays = "0.7"
6767
ClassImbalance = "0.8"
68-
Combinatorics = "0.7"
68+
Combinatorics = "1"
6969
DataDeps = "0.7"
7070
DataFrames = "0.19"
7171
DecisionTree = "0.9"
7272
DefaultApplication = "0.1"
7373
Distributions = "0.21"
74-
Documenter = "0.23"
74+
Documenter = "0.24"
7575
DocumenterLaTeX = "0.2"
7676
DocumenterMarkdown = "0.2"
7777
FFTW = "1"
7878
FileIO = "1"
7979
FixedPointNumbers = "0.6"
80-
Flux = "0.9"
80+
Flux = "0.10"
8181
GLM = "1"
8282
GZip = "0.5"
8383
HTTP = "0.8"
@@ -92,7 +92,7 @@ MacroTools = "0.5"
9292
NNlib = "0.6"
9393
NumericalIntegration = "0.2"
9494
PGFPlotsX = "1"
95-
PredictMDAPI = "0.2"
95+
PredictMDAPI = "0.3"
9696
PredictMDExtra = "0.13.1"
9797
ProgressMeter = "1"
9898
RData = "0.6"

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DocumenterMarkdown = "997ab1e6-3595-5248-9280-8efb232c3433"
55
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
66

77
[compat]
8-
Documenter = "0.23"
8+
Documenter = "0.24"
99
DocumenterLaTeX = "0.2"
1010
DocumenterMarkdown = "0.2"
1111
Literate = "2"

0 commit comments

Comments
 (0)