Skip to content
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Revert changes to packages version in requirements-ci and setup.py
They are not necessary for now and to avoid unexpected breaking changes.
  • Loading branch information
davidheryanto authored and zhilingc committed Apr 10, 2020
commit bfd282d538874853216f10b56d4debda97c1da13
7 changes: 3 additions & 4 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@
"toml==0.10.*",
"tqdm==4.*",
"pyarrow>=0.15.1",
"numpy>=1.15.0",
"confluent_kafka>=1.3.0",
"tensorflow_metadata>=0.21.0",
"tensorflow_data_validation==0.15.*",
"numpy",
"google",
"confluent_kafka",
]

# README file from Feast repo root directory
Expand Down