feat: 운영 시작 시 누락 봉 증분 동기화 및 B-1 실거래 설정
05/06 시작 전 ops_sync로 지연 간격만 증분 보완하고, Phase B-1 live env·ncue 실행 래퍼를 반영한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
environment.yml
Normal file
10
environment.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeepCoin 권장 conda 환경 (기존 ncue에 설치)
|
||||
# 생성: conda env create -f environment.yml (이미 ncue가 있으면 activate 후 pip만)
|
||||
name: ncue
|
||||
channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- python>=3.10
|
||||
- pip
|
||||
- pip:
|
||||
- -r requirements.txt
|
||||
Reference in New Issue
Block a user