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-win.yml 463 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
20
21
22
23
24
25
26
27
28
  1. name: rxitect
  2. channels:
  3. - defaults
  4. - conda-forge
  5. dependencies:
  6. - python=3.7
  7. - pip
  8. - tqdm
  9. - scikit-learn=0.22.1
  10. - numpy
  11. - pandas
  12. - jupyter
  13. - black
  14. - pytest
  15. - rdkit
  16. - matplotlib
  17. - selfies
  18. - dvc
  19. - pip:
  20. - git+https://github.com/reymond-group/RAscore.git@master
  21. - pyprojroot
  22. - Sphinx==4.4.0
  23. - sphinxcontrib-napoleon==0.7
  24. - isort
  25. - gym
  26. - PyYAML
  27. - pytorch-lightning
  28. # Remember to download pytorch manually!
Tip!

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

Comments

Loading...