mpc_python_learn/env.yml

24 lines
331 B
YAML
Raw Permalink Normal View History

2022-07-21 21:14:14 +08:00
name: simulation
channels:
- conda-forge
- defaults
dependencies:
- ipython
- ipywidgets
- jupyterlab
- jupyterlab_server
- nb_conda_kernels
- nbconvert
- nbformat
- pip
- python>=3.8
- numpy
- sympy
- cvxpy
- matplotlib
- matplotx
- pip:
- pybullet
- black==22.3.0
2022-08-02 16:33:49 +08:00
- 'black[jupyter]'