-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from pybamm-team/condaenv
Update conda environment
- Loading branch information
Showing
2 changed files
with
46 additions
and
30 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,35 @@ | ||
name: liionpack | ||
# Use this config file to create a conda development environment. This | ||
# environment installs liionpack in editable mode which is useful for | ||
# development of the liionpack source code. General users should install | ||
# liionpack via pip. | ||
|
||
# Create a conda environment named lipack | ||
# $ cd liionpack | ||
# $ conda env create --file environment.yml | ||
|
||
# Activate the environment | ||
# $ conda activate lipack | ||
|
||
# Exit the environment | ||
# $ conda deactivate | ||
|
||
# Delete the environment | ||
# $ conda env remove --name lipack | ||
|
||
name: lipack | ||
|
||
dependencies: | ||
- python | ||
- pip | ||
- python=3.9.* | ||
- numpy | ||
- scipy | ||
- matplotlib | ||
- pandas | ||
- plotly | ||
- openpyxl | ||
- tqdm | ||
- networkx | ||
- jupyter | ||
- sympy | ||
- ipython | ||
- wrapt | ||
- jupyter | ||
- sympy | ||
- redis | ||
- pyyaml | ||
- protobuf >=3.8.0,<4.0.0 | ||
- imageio | ||
- grpcio | ||
- future | ||
- flatbuffers | ||
- filelock | ||
- deprecated | ||
- click | ||
- autograd | ||
- absl-py | ||
- hiredis | ||
- flake8 | ||
- pip | ||
- pip: | ||
- pybamm | ||
- lcapy | ||
- scikit-spatial | ||
- ray | ||
- mkdocstrings-python-legacy | ||
- mkdocs-material | ||
- mkdocs-jupyter | ||
- pybamm>=22.6 | ||
- ipdb | ||
- -e . |