ENH make python dev explicit
This commit is contained in:
parent
4a230d9771
commit
46360f60f8
|
@ -3,8 +3,67 @@ name: python-dev
|
|||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.11
|
||||
- black=23.1.0
|
||||
- flake8=6.0.0
|
||||
- mypy=1.1.1
|
||||
- ipython=8.11.0
|
||||
# - python
|
||||
# - black
|
||||
# - flake8
|
||||
# - mypy
|
||||
# - ipython
|
||||
- _libgcc_mutex=0.1=conda_forge
|
||||
- _openmp_mutex=4.5=2_gnu
|
||||
- asttokens=2.2.1=pyhd8ed1ab_0
|
||||
- backcall=0.2.0=pyh9f0ad1d_0
|
||||
- backports=1.0=pyhd8ed1ab_3
|
||||
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
|
||||
- black=23.1.0=py311h38be061_0
|
||||
- bzip2=1.0.8=h7f98852_4
|
||||
- ca-certificates=2023.7.22=hbcca054_0
|
||||
- click=8.1.3=unix_pyhd8ed1ab_2
|
||||
- decorator=5.1.1=pyhd8ed1ab_0
|
||||
- executing=1.2.0=pyhd8ed1ab_0
|
||||
- flake8=6.0.0=pyhd8ed1ab_0
|
||||
- ipython=8.11.0=pyh41d4057_0
|
||||
- jedi=0.18.2=pyhd8ed1ab_0
|
||||
- ld_impl_linux-64=2.40=h41732ed_0
|
||||
- libffi=3.4.2=h7f98852_5
|
||||
- libgcc-ng=12.2.0=h65d4601_19
|
||||
- libgomp=12.2.0=h65d4601_19
|
||||
- libnsl=2.0.0=h7f98852_0
|
||||
- libsqlite=3.40.0=h753d276_0
|
||||
- libuuid=2.32.1=h7f98852_1000
|
||||
- libzlib=1.2.13=h166bdaf_4
|
||||
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
|
||||
- mccabe=0.7.0=pyhd8ed1ab_0
|
||||
- mypy=1.5.1=py311h459d7ec_0
|
||||
- mypy_extensions=1.0.0=pyha770c72_0
|
||||
- ncurses=6.3=h27087fc_1
|
||||
- openssl=3.1.2=hd590300_0
|
||||
- packaging=23.0=pyhd8ed1ab_0
|
||||
- parso=0.8.3=pyhd8ed1ab_0
|
||||
- pathspec=0.11.0=pyhd8ed1ab_0
|
||||
- pexpect=4.8.0=pyh1a96a4e_2
|
||||
- pickleshare=0.7.5=py_1003
|
||||
- pip=23.0.1=pyhd8ed1ab_0
|
||||
- platformdirs=3.1.0=pyhd8ed1ab_0
|
||||
- prompt-toolkit=3.0.38=pyha770c72_0
|
||||
- prompt_toolkit=3.0.38=hd8ed1ab_0
|
||||
- psutil=5.9.4=py311hd4cff14_0
|
||||
- ptyprocess=0.7.0=pyhd3deb0d_0
|
||||
- pure_eval=0.2.2=pyhd8ed1ab_0
|
||||
- pycodestyle=2.10.0=pyhd8ed1ab_0
|
||||
- pyflakes=3.0.1=pyhd8ed1ab_0
|
||||
- pygments=2.14.0=pyhd8ed1ab_0
|
||||
- python=3.11.0=he550d4f_1_cpython
|
||||
- python_abi=3.11=3_cp311
|
||||
- readline=8.1.2=h0f457ee_0
|
||||
- setuptools=67.6.0=pyhd8ed1ab_0
|
||||
- six=1.16.0=pyh6c4a22f_0
|
||||
- stack_data=0.6.2=pyhd8ed1ab_0
|
||||
- tk=8.6.12=h27826a3_0
|
||||
- tomli=2.0.1=pyhd8ed1ab_0
|
||||
- traitlets=5.9.0=pyhd8ed1ab_0
|
||||
- typing-extensions=4.4.0=hd8ed1ab_0
|
||||
- typing_extensions=4.4.0=pyha770c72_0
|
||||
- tzdata=2022g=h191b570_0
|
||||
- wcwidth=0.2.6=pyhd8ed1ab_0
|
||||
- wheel=0.38.4=pyhd8ed1ab_0
|
||||
- xz=5.2.6=h166bdaf_0
|
||||
|
|
Loading…
Reference in New Issue