Skip to content

Commit 80b1bd8

Browse files
committed
Downgrade the Combinatorics package to v1.0.2 due to performance issue.
[ref] JuliaMath/Combinatorics.jl#186
1 parent 29de0c4 commit 80b1bd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

julia/Euler/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
1111

1212
[compat]
13-
Combinatorics = "~1.0.3"
14-
DataStructures = "~0.19.0"
15-
Primes = "~0.5.7"
13+
Combinatorics = "=1.0.2"
14+
DataStructures = "0.19.0"
15+
Primes = "0.5.7"

julia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It was confirmed to work with Julia v1.11.6.
2626

2727
I used the following packages and their dependent packages.
2828

29-
- Combinatorics v1.0.3
29+
- Combinatorics v1.0.2
3030
- DataStructures v0.19.0
3131
- LinearAlgebra[^1]
3232
- Primes v0.5.7

0 commit comments

Comments
 (0)