Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent 518dcd1 commit d2349c3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{% set version = environ.get('FEZRS_VERSION', '0.1.0') %} # Default version as fallback
{% set version = environ.get('FEZRS_VERSION') %}

package:
name: fezrs
version: {{ version }}


source:
# If you're fetching from PyPI, you can still use the tarball URL.
# Alternatively, you can point to a GitHub release or a local source
url: https://pypi.io/packages/source/f/fezrs/fezrs-{{ version }}.tar.gz
sha256: 5114c07ab6dd3c7c9a2050a4a07d971be52ea5d18db4ab484283a7f48f62b03c

Expand All @@ -29,13 +26,3 @@ requirements:
- scikit-learn
- fastapi
- opencv

test:
imports:
- fezrs

about:
home: https://github.com/FEZtool-team/FEZrs
license: Apache 2.0
license_file: LICENSE
summary: Feature Extraction and Zoning for Remote Sensing (FEZrs)

0 comments on commit d2349c3

Please sign in to comment.