Last active
October 27, 2022 11:31
-
-
Save bilke/62b902fd6103b23f2c7cf1d976da616e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ogs-workshop | |
dependencies: | |
- python>=3.8, <=3.10 | |
- pip | |
- pip: | |
- jupyterlab==3.4.8 | |
- git+https://github.com/joergbuchwald/ogs6py@0f9e738e2ee469c8bde4204b2151238973417694#egg=ogs6py | |
- git+https://github.com/joergbuchwald/VTUinterface@003e172a2f08f6f0acc15855b33a256d063c9804#egg=vtuinterface | |
- gmsh==4.10.5 | |
- git+https://github.com/dominik-kern/msh2vtu@29b5f5ebe8cf98f0f99fae68720bf19cac02e582#egg=msh2vtu | |
- matplotlib==3.5.1 | |
- pyvista==0.36.1 | |
- snakemake==7.16.1 | |
- --extra-index-url https://test.pypi.org/simple/ | |
- ogs==6.4.3.post1.dev217 |
@chleh @bilke Thank you both for the help. Now it works~
Note for myself:
Other ogs-dev can be found in https://test.pypi.org/project/ogs/#history
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright. Thank you for your suggestion. let me have another try