mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
23-06-05
env 파일 이름 변경 돌연변이 설정 수정
This commit is contained in:
17
environment.yaml
Normal file
17
environment.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: pso
|
||||
channels:
|
||||
- conda-forge
|
||||
- nvidia/label/cuda-11.8.0
|
||||
- defaults
|
||||
dependencies:
|
||||
- cuda-nvcc=11.8.89=0
|
||||
- cudatoolkit=11.8.0=h6a678d5_0
|
||||
- matplotlib=3.7.1=py39h06a4308_1
|
||||
- pandas=1.5.3=py39h417a72b_0
|
||||
- pip=23.0.1=py39h06a4308_0
|
||||
- python=3.9.16=h7a1cb2a_2
|
||||
- pip:
|
||||
- numpy==1.23.5
|
||||
- nvidia-cudnn-cu11==8.6.0.163
|
||||
- tensorflow==2.12.0
|
||||
- tqdm==4.65.1.dev3+g5587f0d
|
||||
Reference in New Issue
Block a user