Skip to content

Commit

Permalink
Updated win env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceresa committed May 9, 2023
1 parent 643a8da commit b17c874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/win/createEnv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set envname=%3

call %condapath% %condahome%

call conda create -n %envname% python=3.10 sqlalchemy=2.0.12 -y
call conda create -n %envname% python=3.10 -y
call conda install --name %envname% -c conda-forge 'sqlalchemy>=2.0.1' -y
call conda install --name %envname% -c SimpleITK SimpleITK=2.1 -y
call conda install --name %envname% -c conda-forge pydicom=1.2.1 -y
call conda install --name %envname% -c conda-forge deid=0.1.42 -y
Expand Down

0 comments on commit b17c874

Please sign in to comment.