Skip to content

Commit

Permalink
Merge pull request #10 from PrimozGodec/version-060
Browse files Browse the repository at this point in the history
aif360 v0.6.0
  • Loading branch information
ocefpaf authored Mar 20, 2024
2 parents 5412a2a + 5849825 commit 6192337
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 25 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 9 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
{% set name = "aif360" %}
{% set version = "0.5.0" %}
{% set version = "0.6.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a03b3a61fa6a912ede3cc75724a95b4ab06695e500f957527da0dfc40d664f5d
sha256: c0cc9487bae8db2407b4967a2b59904a0417948fca62f602c25f8320c0287440

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

requirements:
host:
- matplotlib-base
- numpy >=1.16
- pandas >=0.24.0
- pip
- python >=3.7
- scikit-learn >=0.22.1
- scipy >=1.2.0,<1.6.0
- tempeh
- pip
run:
- matplotlib-base
- python >=3.7
- numpy >=1.16
- scipy >=1.2.0
- pandas >=0.24.0
- python >=3.7
- scikit-learn >=0.22.1
- scipy >=1.2.0,<1.6.0
- tempeh
- scikit-learn >=1.0
- matplotlib-base

test:
imports:
Expand All @@ -49,3 +42,4 @@ about:
extra:
recipe-maintainers:
- philip-khor
- primozgodec

1 comment on commit 6192337

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @PrimozGodec was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.