Skip to content
Snippets Groups Projects
Commit 480cb0b5 authored by Marcus Mohr's avatar Marcus Mohr
Browse files

Merge branch 'mohr/fix-wheel-generation' into 'main'

Fix pyproject.toml for wheel generation

See merge request !44
parents 34726b52 247429d5
1 merge request!44Fix pyproject.toml for wheel generation
Pipeline #77498 passed with warnings with stages
in 31 minutes and 23 seconds
[project] [project]
name = "hog" name = "hog"
version = "0.1" version = "0.1.1"
dependencies = [ dependencies = [
"islpy", "islpy",
"ndim @ https://github.com/sigma-py/ndim/archive/refs/tags/v0.1.6.tar.gz", "ndim @ https://github.com/sigma-py/ndim/archive/refs/tags/v0.1.6.tar.gz",
...@@ -17,6 +17,7 @@ dependencies = [ ...@@ -17,6 +17,7 @@ dependencies = [
packages = [ packages = [
"hog", "hog",
"hog.operator_generation", "hog.operator_generation",
"hog.operator_generation.function_space_implementations",
"hog.quadrature", "hog.quadrature",
"hog.recipes", "hog.recipes",
"hog.recipes.integrands", "hog.recipes.integrands",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment