Skip to content

Commit

Permalink
Update simple setup file with package versions (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhang81 authored Jul 30, 2024
1 parent 64b74cb commit a20bd6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions simple_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ echo Cloning ArcGIS Pro Python environment. This may take a few minutes...
echo New Python executable at: %NEWPYTHON%

echo Installing dependencies
%NEWPYTHON% -m pip install --no-warn-script-location pint
%NEWPYTHON% -m pip install --no-warn-script-location pulp
%NEWPYTHON% -m pip install --no-warn-script-location lxml
%NEWPYTHON% -m pip install --no-warn-script-location pint==0.23
%NEWPYTHON% -m pip install --no-warn-script-location pulp==2.9.0
%NEWPYTHON% -m pip install --no-warn-script-location imageio==2.9.0

echo Complete.
Expand Down

0 comments on commit a20bd6a

Please sign in to comment.