Skip to content

Commit

Permalink
Merge pull request conda-forge#28043 from xDazld/ucimlrepo
Browse files Browse the repository at this point in the history
Add ucimlrepo
  • Loading branch information
synapticarbors authored Nov 12, 2024
2 parents b5a1e53 + c20eed7 commit 9199146
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/ucimlrepo/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "ucimlrepo" %}
{% set version = "0.0.7" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/ucimlrepo-{{ version }}.tar.gz
sha256: 4cff3f9e814367dd60956da999ace473197237b9fce4c07e9a689e77b4ffb59a

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.7
- setuptools >=61.0
- pip
run:
- python >=3.7
- pandas >=1.0.0
- certifi >=2020.12.5

test:
imports:
- ucimlrepo
commands:
- pip check
# - python -m unittest tests/test.py # this is currently broken upstream.
requires:
- pip
source_files:
- tests

about:
home: https://github.com/uci-ml-repo/ucimlrepo
summary: Package to easily import datasets from the UC Irvine Machine Learning Repository into scripts and notebooks.
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- xDazld

0 comments on commit 9199146

Please sign in to comment.