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

pyproject.toml 208 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
14
15
16
17
18
  1. [tool.usort]
  2. first_party_detection = false
  3. [tool.black]
  4. line-length = 120
  5. target-version = ["py38"]
  6. [tool.ufmt]
  7. excludes = [
  8. "gallery",
  9. ]
  10. [build-system]
  11. requires = ["setuptools", "torch", "wheel"]
Tip!

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

Comments

Loading...