We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29de0c4 commit 80b1bd8Copy full SHA for 80b1bd8
julia/Euler/Project.toml
@@ -10,6 +10,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
11
12
[compat]
13
-Combinatorics = "~1.0.3"
14
-DataStructures = "~0.19.0"
15
-Primes = "~0.5.7"
+Combinatorics = "=1.0.2"
+DataStructures = "0.19.0"
+Primes = "0.5.7"
julia/README.md
@@ -26,7 +26,7 @@ It was confirmed to work with Julia v1.11.6.
26
27
I used the following packages and their dependent packages.
28
29
-- Combinatorics v1.0.3
+- Combinatorics v1.0.2
30
- DataStructures v0.19.0
31
- LinearAlgebra[^1]
32
- Primes v0.5.7
0 commit comments