mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 17:48:10 +08:00
Update doc_reqs.sh
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e -x
|
||||
# This script will document the requirements for multiple conda environments, see ./readme.md for more
|
||||
# Sometimes I like to do relaxed and strict requirements. The strict requirements lets you debug subtle version errors by asking "gee what exact version did they use".
|
||||
# The relaxed versioning makes it easy to upgrade
|
||||
|
||||
# inputs
|
||||
PROJECT_NAMES='{{ cookiecutter.python_interpreter }}'
|
||||
|
||||
Reference in New Issue
Block a user