Skip to content

Commit

Permalink
Clean up references from github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cazofeifamadrigal committed Feb 7, 2025
1 parent 1aa0691 commit 4efb1bd
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ keywords = [

dependencies = [
"pyspark",
"pandera[io]==0.20.4",
"pandera==0.20.4",
"pyyaml>= 5.1",
"black",
"frictionless<= 4.40.8",
"hypothesis",
"snowflake-snowpark-python==1.26.0",
"snowflake-connector-python",
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ test:
- pydantic

commands:
- pip install pandera[io]==0.20.4 -vvv
- pip install pandera-report==0.1.2 -vvv
- pip install pandera==0.20.4
- pip install pandera-report==0.1.2
- pip check
- pip list --verbose
- python -c "import pandera"
Expand Down
5 changes: 4 additions & 1 deletion snowpark-checkpoints-collectors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ dependencies = [
"snowflake-snowpark-python==1.26.0",
"snowflake-connector-python",
"pyspark",
"pandera[io]==0.20.4",
"pandera==0.20.4",
"pyyaml>= 5.1",
"black",
"frictionless<= 4.40.8",
]
description = "Snowpark column and table statistics collection"
dynamic = ['version']
Expand Down
5 changes: 4 additions & 1 deletion snowpark-checkpoints-hypothesis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ dependencies = [
"snowflake-snowpark-python[localtest]",
"snowflake-connector-python[pandas]",
"hypothesis",
"pandera[io]==0.20.4",
"pandera==0.20.4",
"pyyaml>= 5.1",
"black",
"frictionless<= 4.40.8",
]
description = "Hypothesis extension for generating Snowpark DataFrames"
dynamic = ['version']
Expand Down
5 changes: 4 additions & 1 deletion snowpark-checkpoints-validators/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ dependencies = [
"snowflake-snowpark-python==1.26.0",
"snowflake-connector-python[pandas]",
"pyspark",
"pandera[io]==0.20.4",
"pandera-report==0.1.2",
"pandera==0.20.4",
"pyyaml>= 5.1",
"black",
"frictionless<= 4.40.8",
]
description = "Migration tools for Snowpark"
dynamic = ['version']
Expand Down
2 changes: 1 addition & 1 deletion snowpark-checkpoints-validators/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:

test:
commands:
- pip install pandera[io]==0.20.4
- pip install pandera==0.20.4
- pip install pandera-report==0.1.2
- pip check
- pip list --verbose
Expand Down

0 comments on commit 4efb1bd

Please sign in to comment.