Skip to content

Commit ec9bcc6

Browse files
authored
Merge pull request #53 from jverzani/v0.5.0
V0.5.0
2 parents 7c22ec2 + 03a149d commit ec9bcc6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.6.1' # lowest supported version
19-
- '1' # last released version
18+
- '1.10' # lowest supported version
19+
- '1' # last released version
20+
- 'nightly'
2021
os:
2122
- ubuntu-latest
2223
- macos-latest

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymPyPythonCall"
22
uuid = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c"
33
authors = ["jverzani <jverzani@gmail.com> and contributors"]
4-
version = "0.4.2"
4+
version = "0.5.0"
55

66

77
[deps]
@@ -17,13 +17,13 @@ SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531"
1717
CommonEq = "0.2.1"
1818
CommonSolve = "0.2"
1919
CondaPkg = "0.2"
20-
LinearAlgebra = "1.6.1"
20+
LinearAlgebra = "1.10"
2121
PythonCall = "0.9"
2222
SparseArrays = "1.1"
2323
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
24-
SymPyCore = "<0.2.10"
24+
SymPyCore = ">=0.2.11"
2525
TermInterface = "2"
26-
julia = "1.6.1"
26+
julia = "1.10"
2727

2828

2929
[extras]

0 commit comments

Comments
 (0)