Skip to content

Commit

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

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and conda-forge-pinning 2024.03.14.17.17.07

* removing tests and bumping copulas

* trying to remove tests

---------

Co-authored-by: Andrew Montanez <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and amontanez24 authored Mar 14, 2024
1 parent 7d46b4e commit 4de127b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 21 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 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.

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.

11 changes: 3 additions & 8 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.0" %}
{% set version = "0.13.1" %}


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

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

build:
number: 0
Expand All @@ -21,7 +21,7 @@ requirements:
- pytest-runner >=2.11.1
- python >=3.8,<3.12
run:
- copulas >=0.9.0,<0.10
- copulas >=0.10.0,<0.11
- numpy >=1.20.0,<2
- pandas >=1.1.3
- plotly >=5.10.0,<6
Expand All @@ -34,14 +34,9 @@ test:
imports:
- sdmetrics
- sdmetrics.column_pairs
commands:
- pytest
requires:
- pip
- pytest
source_files:
- tests/unit
- tests/utils.py

about:
home: https://github.com/sdv-dev/SDMetrics
Expand Down

0 comments on commit 4de127b

Please sign in to comment.