Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 2, 2024
1 parent e86f320 commit a0558ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 7 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "PySA"
uuid = "46b73cfa-376a-48ee-8926-0c45ac3f7830"
authors = ["pedromxavier <[email protected]>"]
authors = ["pedromxavier <mail@pedro.ϵλ>"]
version = "0.3.1"

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

[compat]
MathOptInterface = "1"
PythonCall = "0.9.20"
julia = "1.9"
QUBO = "0.3.0"
PythonCall = "0.9.23"
QUBODrivers = "0.3"
QUBOTools = "0.10"
julia = "1.9"
5 changes: 2 additions & 3 deletions src/PySA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module PySA
using PythonCall
using LinearAlgebra

import QUBO
QUBODrivers = QUBO.QUBODrivers
QUBOTools = QUBO.QUBOTools
import QUBODrivers
import QUBOTools
import MathOptInterface as MOI

const np = PythonCall.pynew()
Expand Down
2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using PySA: PySA, MOI, QUBO.QUBODrivers
import PySA
import PySA: MOI, QUBODrivers

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

2 comments on commit a0558ca

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.3.1 already exists

Please sign in to comment.