Skip to content

Commit

Permalink
Add requirements.in
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 23, 2024
1 parent 0faa014 commit 003747d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- advanced_composition
- airflow_agent
- k8s_spark_plugin
- athena_plugin
- aws_batch_plugin
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -42,7 +44,7 @@ jobs:
pip install uv
uv venv
source .venv/bin/activate
pip install "numpy<2.0.0" flytekitplugins-spark flytekitplugins-envd flytekitplugins-airflow
uv pip install -r requirements.in
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down
36 changes: 36 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
numpy<2.0.0
flytekitplugins-airflow
flytekitplugins-athena
flytekitplugins-awsbatch
flytekitplugins-awssagemaker
flytekitplugins-bigquery
flytekitplugins-dask
flytekitplugins-dbt
flytekitplugins-deck-standard
flytekitplugins.dolt
flytekitplugins-duckdb
flytekitplugins-envd
flytekitplugins-great-expectations
flytekitplugins-hive
flytekitplugins-huggingface
flytekitplugins-pod
flytekitplugins-kfmpi
flytekitplugins-kfpytorch
flytekitplugins-kftensorflow
flytekitplugins-mlflow
flytekitplugins-mmcloud
flytekitplugins-modin
flytekitplugins-onnxpytorch
flytekitplugins-onnxscikitlearn
flytekitplugins-onnxtensorflow
flytekitplugins-openai
flytekitplugins-pandera
flytekitplugins-papermill
flytekitplugins-polars
flytekitplugins-pydantic
flytekitplugins-ray
flytekitplugins-snowflake
flytekitplugins-spark
flytekitplugins-sqlalchemy
flytekitplugins-vaex
flytekitplugins-whylogs

0 comments on commit 003747d

Please sign in to comment.