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 4bbd72f commit 506c1d7
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 18 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ dependencies = [
"pandera==0.20.4",
"pyyaml==6.0.2",
"black",
"frictionless==4.40.8",
"hypothesis",
"snowflake-snowpark-python==1.26.0",
"snowflake-snowpark-python==1.27.0",
"snowflake-connector-python",
"pandera-report==0.1.2",
]
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
run:
- python<3.12,>=3.9
- snowflake-connector-python
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- pyspark
- pydantic>=1.8.2
- hypothesis
Expand All @@ -33,7 +33,7 @@ requirements:
test:
requires:
- pip
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- snowflake-connector-python
- pyspark
- pandera
Expand Down
3 changes: 1 addition & 2 deletions snowpark-checkpoints-collectors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
dependencies = [
"snowflake-snowpark-python==1.26.0",
"snowflake-snowpark-python==1.27.0",
"snowflake-connector-python",
"pyspark",
"pandera==0.20.4",
"pyyaml==6.0.2",
"black==25.1.0",
"frictionless==4.40.8",
]
description = "Snowpark column and table statistics collection"
dynamic = ['version']
Expand Down
6 changes: 3 additions & 3 deletions snowpark-checkpoints-collectors/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ requirements:
run:
- python<3.12,>=3.9
- snowflake-connector-python
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- pyspark
run_constrained:
- pandera ==0.20.4

test:
requires:
- pip
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- snowflake-connector-python
- pyspark
- pandera

commands:
- pip install pandera[io]==0.20.4
- pip install pandera==0.20.4
- pip check
- pip list --verbose
- python -c "import pandera"
Expand Down
2 changes: 1 addition & 1 deletion snowpark-checkpoints-configuration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [

dependencies = [
"pydantic>=1.8.2",
"snowflake-snowpark-python==1.26.0",
"snowflake-snowpark-python==1.27.0",
]

authors = [
Expand Down
4 changes: 2 additions & 2 deletions snowpark-checkpoints-configuration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ requirements:
run:
- python<3.12,>=3.9
- pydantic>=1.8.2
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0

test:
requires:
- pip
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- pandas
- pydantic
- snowpark-checkpoints-configuration
Expand Down
1 change: 0 additions & 1 deletion snowpark-checkpoints-hypothesis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies = [
"pandera==0.20.4",
"pyyaml==6.0.2",
"black==25.1.0",
"frictionless==4.40.8",
]
description = "Hypothesis extension for generating Snowpark DataFrames"
dynamic = ['version']
Expand Down
4 changes: 2 additions & 2 deletions snowpark-checkpoints-hypothesis/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ requirements:
run:
- python<3.12,>=3.9
- hypothesis
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
run_constrained:
- pandera ==0.20.4

test:
commands:
- pip install pandera[io]==0.20.4
- pip install pandera==0.20.4
- pip check
- pip list --verbose
- python -c "import pandera"
Expand Down
3 changes: 1 addition & 2 deletions snowpark-checkpoints-validators/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
]
dependencies = [
"snowflake-snowpark-python==1.26.0",
"snowflake-snowpark-python==1.27.0",
"snowflake-connector-python[pandas]",
"pyspark",
"pandera-report==0.1.2",
"pandera==0.20.4",
"pyyaml==6.0.2",
"black==25.1.0",
"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 @@ -23,7 +23,7 @@ requirements:
run:
- python<3.12,>=3.9
- hypothesis
- snowflake-snowpark-python==1.26.0
- snowflake-snowpark-python==1.27.0
- snowflake-connector-python
- pyspark
run_constrained:
Expand Down

0 comments on commit 506c1d7

Please sign in to comment.