Skip to content

Commit

Permalink
sdmetrics v0.14.0 (#21)
Browse files Browse the repository at this point in the history
* updated v0.14.0

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.11.22.26.35

* bumping version

---------

Co-authored-by: Andrew Montanez <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and amontanez24 authored Apr 12, 2024
1 parent 4de127b commit 53a89a0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 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.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sdmetrics" %}
{% set version = "0.13.1" %}
{% set version = "0.14.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

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

build:
number: 0
Expand All @@ -19,16 +19,16 @@ requirements:
host:
- pip
- pytest-runner >=2.11.1
- python >=3.8,<3.12
- python >=3.8,<3.13
run:
- copulas >=0.10.0,<0.11
- copulas >=0.11.0
- numpy >=1.20.0,<2
- pandas >=1.1.3
- plotly >=5.10.0,<6
- python >=3.8,<3.12
- plotly >=5.19.0,<6
- python >=3.8,<3.13
- scikit-learn >=0.24,<2
- scipy >=1.5.4,<2
- tqdm >=4.15,<5
- tqdm >=4.29

test:
imports:
Expand Down

0 comments on commit 53a89a0

Please sign in to comment.