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 189 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. # external requirements
  2. dvc==2.28.0
  3. pre-commit==2.20.0
  4. great_expectations==0.15.26
  5. pandas==1.5.0
  6. scikit-learn==1.1.2
  7. nltk==3.7
  8. tqdm~=4.64.1
  9. setuptools~=65.4.1
  10. scipy~=1.9.1
  11. dagshub~=0.1.8
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

1 year 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

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

Loading...