Skip to content

Commit

Permalink
feat: adding support to launch MAPDL on remote HPC clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 28, 2025
1 parent 9d63421 commit 4f8481e
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 12 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ classifiers = [
]

[project.optional-dependencies]
hpc = [
"paramiko==3.5.0",
]

jupyter = [
"jupyterlab>=3",
"ipywidgets",
Expand Down
Loading

0 comments on commit 4f8481e

Please sign in to comment.