# 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