Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 83 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
  1. # external requirements
  2. dvc==2.26.2
  3. pre-commit==2.20.0
  4. great_expectations==0.15.23
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Dean Pleban

commented in commit2dcd1f3e96on branch master

3 years ago Outdated

@ShambhaviCodes Are all these packages necessary? Aren't they all just DVC dependencies? I think this makes it harder to manage versions (compared to just having the external deps + dvc==2.13.0

Shambhavi Mishra

commented in commit2dcd1f3e96

3 years ago Outdated

@dean Agreed, updated to just dvc+pre-commits for now.

Loading...