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

environment.yml 207 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
19
  1. name: bookdata
  2. channels:
  3. - mdekstrand
  4. - defaults
  5. dependencies:
  6. - python=3.7
  7. - pip
  8. - invoke
  9. - psycopg2
  10. - numba
  11. - pandas
  12. - numpy
  13. - tqdm
  14. - colorama
  15. - humanize
  16. - rust>=1.32
  17. - postgresql>=10
  18. - pip:
  19. - chromalog
Tip!

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

Comments

Loading...