Skip to content

Commit

Permalink
chore: Add gmsh as a dependency in environment.yml
Browse files Browse the repository at this point in the history
This commit adds "gmsh" as a dependency in the environment.yml file. The gmsh library is required for efficient mesh generation in the project.
  • Loading branch information
hqwang815 committed Aug 21, 2024
1 parent 7697c8e commit bd05a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- modepy==2021.1
- sphinx-autoapi
- sphinx_rtd_theme
- gmsh

# this file would successfully create a conda environment and interpreter by command
# "conda env create -n DGA2 -f environment.yml"

0 comments on commit bd05a80

Please sign in to comment.