Skip to content

Commit

Permalink
Merge pull request #13 from apmorton/patch-1
Browse files Browse the repository at this point in the history
Remove googleapis-common-protos pin
  • Loading branch information
bollwyvl committed Nov 28, 2023
2 parents 4356cb5 + 7eaad25 commit d1c872e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 1 addition & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ source:

build:
noarch: python
number: 0
number: 1

requirements:
host:
Expand Down Expand Up @@ -875,8 +875,6 @@ outputs:
- {{ pin_subpackage("dagster-pandas", max_pin="x.x.x") }}
- dagster {{ dagster }}.*
- db-dtypes
# TODO: hopefully remove after https://github.com/conda-forge/googleapis-common-protos-feedstock/issues/50
- googleapis-common-protos !=1.57.0=*_1
- google-api-python-client
- google-cloud-bigquery-core
- google-cloud-storage
Expand All @@ -885,7 +883,6 @@ outputs:

test:
requires:
- python >=3.8
- pip
imports:
- dagster_gcp
Expand Down

0 comments on commit d1c872e

Please sign in to comment.