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 395 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
  1. [tool.poetry]
  2. name = "network-inference-pipeline"
  3. version = "0.1.0"
  4. description = "Applying network-inference-toolbox to RNAseq data"
  5. authors = ["lmshk <lmshk@users.noreply.github.com>"]
  6. license = "GPL-3.0-or-later"
  7. [tool.poetry.dependencies]
  8. python = "^3.9"
  9. dvc = "^2"
  10. [tool.poetry.dev-dependencies]
  11. [build-system]
  12. requires = ["poetry-core>=1.0.0"]
  13. build-backend = "poetry.core.masonry.api"
Tip!

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

Comments

Loading...