Skip to content

Commit

Permalink
c3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Sep 19, 2023
1 parent b9eb04e commit b54fdd6
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-linux

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-macos

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-windows

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Check Manifest"

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types: [published]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docs

on:
# push:
# branches:
# - main
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion imate/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.3"
__version__ = "0.20.4"
2 changes: 1 addition & 1 deletion imate/trexp/_slq_method.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def slq_method(
.. math::
\\mathrn{trace} \\; \\mathrm{exp} \\left(c \\mathbf{A}^p \\right),
\\mathrm{trace} \\; \\mathrm{exp} \\left(c \\mathbf{A}^p \\right),
where :math:`c` is a given real coefficient.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel", "numpy>1.11", "scipy>=1.5", "Cython>=0.29"]
requires = ["setuptools", "wheel", "numpy>1.11", "scipy>=1.5", "Cython>=0.29,<3.0"]

0 comments on commit b54fdd6

Please sign in to comment.