Skip to content

Commit

Permalink
fix meta
Browse files Browse the repository at this point in the history
  • Loading branch information
william-galvin committed Oct 28, 2024
1 parent 6191360 commit c612361
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devtools/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: {{ name|lower }}
version: "{{ environ.get('GIT_DESCRIBE_TAG', 'versionNotFound') }}"
version: "{{ environ.get('GIT_DESCRIBE_TAG', '4.4.14') }}"

source:
path: ../../
Expand All @@ -27,7 +27,6 @@ requirements:
- pip
- cmake
- make
- {{ compiler('cxx') }}
run:
- python_abi

Expand Down

0 comments on commit c612361

Please sign in to comment.