Skip to content

Commit

Permalink
Add dill to main dependencies (#1886)
Browse files Browse the repository at this point in the history
* Add `dill` to main dependencies

`dill` is imported by `sdk/python/feast/on_demand_feature_view.py` and
so is needed as a main dependency.

Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>

* Relax `dill` version constraint

Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
  • Loading branch information
judahrand authored Sep 20, 2021
1 parent 1dada6a commit 2fccf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
REQUIRED = [
"Click==7.*",
"colorama>=0.3.9",
"dill==0.3.*",
"fastavro>=1.1.0",
"google-api-core>=1.23.0",
"googleapis-common-protos==1.52.*",
Expand Down Expand Up @@ -116,7 +117,6 @@
"google-cloud-core==1.4.*",
"redis-py-cluster==2.1.2",
"boto3==1.17.*",
"dill==0.3.0"
]

# Get git repo root directory
Expand Down

0 comments on commit 2fccf76

Please sign in to comment.