Skip to content

Commit

Permalink
Merge pull request #282 from regro-cf-autotick-bot/1.0.1_h6529dc
Browse files Browse the repository at this point in the history
[bot-automerge] great-expectations v1.0.1
  • Loading branch information
xhochy authored Aug 31, 2024
2 parents 5707f05 + 0654675 commit c1c813c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion .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 build-locally.py

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

13 changes: 7 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.18.19" %}
{% set version = "1.0.1" %}

package:
name: great-expectations
version: {{ version }}

source:
url: https://pypi.io/packages/source/g/great-expectations/great_expectations-{{ version }}.tar.gz
sha256: 866430b9d6e5400d95b87519a7224be14c7142ed53196533ef4272016e0fa892
sha256: 8e29f520789470eedaf6eca9182900a0a324343732d806b982a7a69a856ea37c

build:
noarch: python
Expand All @@ -21,6 +21,7 @@ requirements:
- python >=3.8,<3.12
- pip
run:
- posthog >=2.1.0,<3
- python >=3.8
- altair >=4.2.1,<5.0.0
- click >=7.1.2
Expand All @@ -38,16 +39,16 @@ requirements:
- notebook >=6.4.10
- numpy >=1.20.3,<2
- packaging
- pandas >=1.1.0
- pydantic >=1.9.2
- pandas >=1.1.0,<2.2
- pydantic >=1.10.7
- pyparsing >=2.4
- python-dateutil >=2.8.1
- pytz >=2021.3
- requests >=2.20
- ruamel.yaml >=0.16,<0.18
- ruamel.yaml >=0.16
- scipy >=1.6.0
- tqdm >=4.59.0
- typing-extensions >=3.10.0.0
- typing-extensions >=4.1.0
- tzlocal >=1.2
- urllib3 >=1.26
run_constrained:
Expand Down

1 comment on commit c1c813c

@conda-forge-webservices
Copy link

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.

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.