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 67cf213 commit 787c46dCopy full SHA for 787c46d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- version: '1'
19
os: ubuntu-latest
20
arch: x86
21
- - version: 'nightly'
+ - version: '1.6'
22
23
arch: x64
24
steps:
Project.toml
@@ -1,7 +1,7 @@
1
name = "SetProg"
2
uuid = "39881422-4b75-5582-a5c7-0feb14562a65"
3
repo = "https://github.com/blegat/SetProg.jl.git"
4
-version = "0.2.0"
+version = "0.3.0"
5
6
[deps]
7
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -34,7 +34,7 @@ Polyhedra = "0.7"
34
RecipesBase = "0.7, 0.8, 1.0"
35
Reexport = "0.2, 1.0"
36
SumOfSquares = "0.6"
37
-julia = "1"
+julia = "1.6"
38
39
[extras]
40
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
0 commit comments