Skip to content

Commit a0558ca

Browse files
committed
Bump Version
1 parent e86f320 commit a0558ca

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Project.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
name = "PySA"
22
uuid = "46b73cfa-376a-48ee-8926-0c45ac3f7830"
3-
authors = ["pedromxavier <pedromxavier@psr-inc.com>"]
3+
authors = ["pedromxavier <mail@pedro.ϵλ>"]
44
version = "0.3.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
99
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
10-
QUBO = "ce8c2e91-a970-4681-856b-16178c24a30c"
10+
QUBODrivers = "a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
11+
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319"
1112

1213
[compat]
1314
MathOptInterface = "1"
14-
PythonCall = "0.9.20"
15-
julia = "1.9"
16-
QUBO = "0.3.0"
15+
PythonCall = "0.9.23"
16+
QUBODrivers = "0.3"
17+
QUBOTools = "0.10"
18+
julia = "1.9"

src/PySA.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ module PySA
33
using PythonCall
44
using LinearAlgebra
55

6-
import QUBO
7-
QUBODrivers = QUBO.QUBODrivers
8-
QUBOTools = QUBO.QUBOTools
6+
import QUBODrivers
7+
import QUBOTools
98
import MathOptInterface as MOI
109

1110
const np = PythonCall.pynew()

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
[deps]
2-
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using PySA: PySA, MOI, QUBO.QUBODrivers
1+
import PySA
2+
import PySA: MOI, QUBODrivers
23

34
QUBODrivers.test(PySA.Optimizer; examples=true) do model
45
MOI.set(model, MOI.Silent(), true)

0 commit comments

Comments
 (0)