Skip to content

Commit

Permalink
Merge pull request #5 from ZanMervic/relax-python-version-spec
Browse files Browse the repository at this point in the history
Updated python version constraints for aif360
  • Loading branch information
philip-khor committed Oct 14, 2023
2 parents a399e27 + 0767a8f commit 5412a2a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 20 deletions.
5 changes: 0 additions & 5 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 .circleci/config.yml

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

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

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

requirements:
Expand All @@ -20,15 +20,15 @@ requirements:
- numpy >=1.16
- pandas >=0.24.0
- pip
- python >=3.6,<3.9
- python >=3.7
- scikit-learn >=0.22.1
- scipy >=1.2.0,<1.6.0
- tempeh
run:
- matplotlib-base
- numpy >=1.16
- pandas >=0.24.0
- python >=3.6,<3.9
- python >=3.7
- scikit-learn >=0.22.1
- scipy >=1.2.0,<1.6.0
- tempeh
Expand Down

0 comments on commit 5412a2a

Please sign in to comment.