ploomber / soopervisor

☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow.
https://soopervisor.readthedocs.io
Apache License 2.0
45 stars 18 forks source link

creating multiple dependency lock files #89

Open neelasha23 opened 2 years ago

neelasha23 commented 2 years ago

This issue is related to this issue. Given multiple dependency files (requirements.txt or environment.yml) we need to automatically generate the corresponding lock files.

edublancas commented 2 years ago

good catch. the lock files are generated when using ploomber install - so we should implement it over there. For now, let's keep it here until we merge the code to support multiple requirements.txt