diff --git a/conda/meta.yaml b/conda/meta.yaml index 981986a..39e7a15 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -25,7 +25,7 @@ requirements: - {{ compiler('cxx')}} - make # [unix] - pkg-config # [linux] - - {{ cdt('mesa-libgl-devel') }} # [linux] + - {{ cdt('mesa-libgl-devel') }} # [linux] # match libqglviewer CDT GL strategy # from https://conda-forge.org/docs/maintainer/knowledge_base.html#libgl - python # [build_platform != target_platform] - sip # [build_platform != target_platform] @@ -47,8 +47,8 @@ requirements: run: - python - - {{ pin_compatible('pyqt', max_pin='x.x') }} - - {{ pin_compatible('libqglviewer', max_pin='x.x') }} + - {{ pin_compatible('pyqt', max_pin='x.x') }} + - {{ pin_compatible('libqglviewer', max_pin='x.x') }} - pyopengl - xorg-libxfixes # [linux] diff --git a/pyproject.toml b/pyproject.toml index 0d2ac4d..9b3ae39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ version = "1.3.3.dev" description = "Python bindings of libQGLViewer." readme = "README.md" authors = [ - { name = "Frédéric Boudon", email = "frederic.boudon@cirad.fr" } + { name = "Frederic Boudon", email = "frederic.boudon@cirad.fr" } ] [tool.sip.project]