Skip to content

Commit

Permalink
Updated wheels for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Aug 1, 2024
1 parent dbcd3b4 commit 8c2f708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires-python = ">=3.9"

name = "graph2mat"
version = "0.0.3"
version = "0.0.4"
description = "Utility package to work with equivariant matrices and graphs."
readme = "README.md"
license = {text = "MIT"}
Expand Down Expand Up @@ -125,19 +125,20 @@ docs = [
test = [
"pytest",
"pyyaml",
"fastapi",
"uvicorn",
"plotly",
"pandas",
"pytorch-lightning",
"jsonargparse[signatures]",
"jinja2"
]

#"fastapi", "uvicorn"

[tool.cibuildwheel]
build-verbosity = 3
skip = [
"pp*",
"*i686",
"*musllinux*",
]

Expand Down
2 changes: 1 addition & 1 deletion src/graph2mat/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 8c2f708

Please sign in to comment.