Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent d4503cf commit 19262b2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
package:
name: fezrs
version: 0.2.12

source:
git_url: https://github.com/aradfarahani/FEZrs.git
git_rev: v0.2.12

build:
number: 1
script: python setup.py install

requirements:
host:
- python >=3.8
- setuptools
run:
- python >=3.8
- numpy
- matplotlib
- scikit-image
- scikit-learn
- fastapi
- opencv-python

test:
imports:
- fezrs

about:
home: https://github.com/aradfarahani/FEZrs
license: Apache 2.0
license_file: LICENSE
summary: "FEZrs: Cutting-edge Remote Sensing Image Processing Library"
description: |
FEZrs is a library designed for processing remote sensing imagery, including tools for feature extraction and zoning.
doc_url: https://github.com/aradfarahani/FEZrs/wiki
dev_url: https://github.com/aradfarahani/FEZrs

extra:
recipe-maintainers:
- aradfarahani

0 comments on commit 19262b2

Please sign in to comment.