Skip to content

Commit

Permalink
sort windows bundle packages and remove opencv from it
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval committed Nov 9, 2024
1 parent 86ff5a6 commit 32947d0
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions conda/win/create_bundle.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,31 @@ mkdir %copy_dir%

call mamba create ^
-p %conda_env% ^
freecad=*dev python=3.11 noqt6 occt vtk calculix gmsh ^
numpy matplotlib-base scipy sympy pandas six ^
pyyaml opencamlib ifcopenshell lark ^
pycollada lxml xlutils olefile requests ^
blinker opencv nine docutils ^
freecad=*dev ^
python=3.11 ^
noqt6 ^
blinker ^
calculix ^
docutils ^
gmsh ^
ifcopenshell ^
lark ^ ^
lxml ^
matplotlib-base ^
nine ^
numpy ^
occt ^
olefile ^
opencamlib ^
pandas ^
pycollada ^
pyyaml ^
requests ^
scipy ^
six ^
sympy ^
vtk ^
xlutils ^
--copy ^
-c freecad/label/dev ^
-c conda-forge ^
Expand Down

0 comments on commit 32947d0

Please sign in to comment.