Last active
October 25, 2019 16:17
-
-
Save nicoguaro/cc1436cf02f22cf1e3fe07946e19990b to your computer and use it in GitHub Desktop.
Pre-configured conda environments
This file contains hidden or 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
# Environment for polynote | |
# | |
# | |
name: polynote | |
channels: | |
- default | |
dependencies: | |
- python>=3.6 | |
- pip | |
- jedi | |
- pyspark | |
- numpy | |
- scipy | |
- pandas | |
- pip: | |
- jep |
This file contains hidden or 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
# Environment for SLEPc in Python | |
# | |
# https://slepc4py.readthedocs.io/en/stable/index.html | |
name: slepc4py | |
channels: | |
- conda-forge | |
- default | |
dependencies: | |
- python>=3.6 | |
- numpy | |
- scipy | |
- matplotlib>=2.0 | |
- sympy | |
- jupyter | |
- ipython | |
- spyder | |
- ipykernel | |
- mpi4py | |
- petsc4py | |
- slepc4py | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment