mirror of
https://github.com/wassname/seq2seq-time.git
synced 2026-08-18 12:30:31 +08:00
7 lines
424 B
Markdown
7 lines
424 B
Markdown
This project has multiple ways of documenting requirements
|
|
|
|
- environment.yaml - This is the manual requirements, use it to install a new test or dev environment
|
|
- environment.min.yaml - This is the minimum requirements, use it to install a new test or dev environment
|
|
- environment.max.yaml - This pins all conda packages, use for production or finding vunrebilities
|
|
- requirements.txt - For people or bots not using conda
|