File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
channels = [" anaconda" , " conda-forge" ]
2
2
3
3
[deps ]
4
- python = " >=3.8,<3.11"
4
+ python = " >=3.8,<= 3.11"
5
5
6
6
[pip .deps ]
7
7
numpy = " >=1.20.0"
Original file line number Diff line number Diff line change 1
- name = " PySA"
2
- uuid = " 46b73cfa-376a-48ee-8926-0c45ac3f7830"
1
+ name = " PySA"
2
+ uuid = " 46b73cfa-376a-48ee-8926-0c45ac3f7830"
3
3
authors = [" pedromxavier <pedromxavier@psr-inc.com>" ]
4
4
version = " 0.2.0"
5
5
6
6
[deps ]
7
- LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
9
- PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
10
- QUBODrivers = " a3f166f7-2cd3-47b6-9e1e-6fbfe0449eb0"
11
- QUBOTools = " 60eb5b62-0a39-4ddc-84c5-97d2adff9319"
9
+ PythonCall = " 6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
10
+ QUBO = " ce8c2e91-a970-4681-856b-16178c24a30c"
12
11
13
12
[compat ]
14
13
MathOptInterface = " 1"
15
- PythonCall = " 0.9.15"
16
- QUBODrivers = " 0.3"
17
- QUBOTools = " 0.9"
18
- julia = " 1.9"
14
+ PythonCall = " 0.9.20"
15
+ julia = " 1.9"
16
+ QUBO = " 0.3.0"
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ module PySA
3
3
using PythonCall
4
4
using LinearAlgebra
5
5
6
- import QUBODrivers
7
- import QUBOTools
6
+ import QUBO
7
+ QUBODrivers = QUBO. QUBODrivers
8
+ QUBOTools = QUBO. QUBOTools
8
9
import MathOptInterface as MOI
9
10
10
11
const np = PythonCall. pynew ()
Original file line number Diff line number Diff line change 1
- using PySA: PySA, MOI, QUBODrivers
1
+ using PySA: PySA, MOI, QUBO . QUBODrivers
2
2
3
3
QUBODrivers. test (PySA. Optimizer; examples= true ) do model
4
4
MOI. set (model, MOI. Silent (), true )
You can’t perform that action at this time.
0 commit comments