Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
replace flojoy by version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roulbac committed Aug 29, 2023
1 parent d729ebe commit bf8a377
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flojoy/flojoy_node_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,9 @@ def decorator(func, *, pip_dependencies=pip_dependencies, verbose=verbose):
package.name: package.version
for package in importlib.metadata.distributions()
}
# TODO(roulbac): remove the git ref
pip_dependencies = sorted(
[
f"git+https://[email protected]/flojoy-ai/python.git@reda-stream-logs-all",
f"flojoy=={packages_dict['flojoy']}",
f"cloudpickle=={packages_dict['cloudpickle']}",
]
+ pip_dependencies
Expand Down

0 comments on commit bf8a377

Please sign in to comment.