Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding tensorflow_io_gcs_filesystem #17069

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
910cf8e
Update azure-pipelines-linux.yml
ngam Nov 22, 2021
ac115a8
Update azure-pipelines-linux.yml
ngam Nov 22, 2021
3eea7d1
Update azure-pipelines-linux.yml
ngam Nov 22, 2021
821ba5d
Merge branch 'conda-forge:main' into main
ngam Nov 22, 2021
138044d
Merge branch 'conda-forge:main' into main
ngam Nov 23, 2021
7a24ffa
Merge branch 'conda-forge:main' into main
ngam Nov 24, 2021
31c5210
Merge branch 'conda-forge:main' into main
ngam Nov 24, 2021
ad71f72
Merge branch 'conda-forge:main' into main
ngam Nov 24, 2021
33f3122
Merge branch 'conda-forge:main' into main
ngam Nov 24, 2021
574ea90
Create meta.yaml
ngam Nov 24, 2021
506572b
Update meta.yaml
ngam Nov 24, 2021
12fb425
Create build.sh
ngam Nov 24, 2021
0f3e328
Update meta.yaml
ngam Nov 24, 2021
cfe7537
Update build.sh
ngam Nov 24, 2021
adf3c3f
Update meta.yaml
ngam Nov 24, 2021
a716eef
Update build.sh
ngam Nov 24, 2021
7bd1056
Update meta.yaml
ngam Nov 24, 2021
bdf58ff
Update meta.yaml
ngam Nov 24, 2021
9db3048
Update meta.yaml
ngam Nov 25, 2021
170b5f5
Update build.sh
ngam Nov 25, 2021
a2aa31b
Update build.sh
ngam Nov 25, 2021
6e3b8c0
Update build.sh
ngam Nov 25, 2021
7ae32cf
Update meta.yaml
ngam Nov 25, 2021
48052d8
Update meta.yaml
ngam Nov 25, 2021
5e2b1ba
Update build.sh
ngam Nov 25, 2021
e598d3d
Merge branch 'conda-forge:main' into ngam/tfio
ngam Nov 25, 2021
66da200
iteration
h-vetinari Dec 5, 2021
dd9202b
try 0.21.0 first
ngam Dec 5, 2021
b56f561
Merge branch 'conda-forge:main' into ngam/tfio
ngam Dec 5, 2021
07dc4f9
explicit tf??
ngam Dec 5, 2021
1767e13
Update meta.yaml
ngam Dec 5, 2021
77a0ac5
More tensorflow dependecy
hmaarrfk Dec 5, 2021
4e1ea35
Update meta.yaml
hmaarrfk Dec 5, 2021
6417b42
Add myself to the maintainers
hmaarrfk Dec 5, 2021
c4841fc
add libprotobuf dependency
hmaarrfk Dec 5, 2021
db55eaf
pin correct version of libprotobuf
hmaarrfk Dec 5, 2021
ba778e5
Update build.sh
hmaarrfk Dec 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions recipes/tensorflow_io_gcs_filesystem/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requirements:
build:
- {{ compiler('cxx') }}
- bazel 3.7.2
- tensorflow >=2.6.0,
ngam marked this conversation as resolved.
Show resolved Hide resolved
host:
- python
- pip
Expand Down