-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathenvironment_dev.yml
More file actions
69 lines (69 loc) · 1.31 KB
/
Copy pathenvironment_dev.yml
File metadata and controls
69 lines (69 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: cellpy_dev_313
channels:
- conda-forge
dependencies:
- python=3.13
- PyGithub
- black
- cookiecutter
- coverage
- cryptography
- dateparser
- defusedxml
- fabric
- graphviz
- hdf5
- ipykernel
- ipython
- ipywidgets
- jinja2-time
- jupyterlab
- lmfit
- matplotlib
- myst-parser
- nbmake
- nbsphinx
- nox
- numpy >= 2.2.6
- openpyxl
- pandas >= 3.0.3,<4
- pandoc
- pint
- pip
- platformdirs >= 4.10.0
- plotly
- polars
- pyarrow >= 16
- pydantic-settings >= 2.14.2
- pyodbc
- pytables
- pytest
- pytest-benchmark
- pytest-timeout
- python-isal
- requests
- rich
- scipy
- seaborn
- setuptools
- sphinx
- sphinx-autoapi
- sphinx_rtd_theme
- sqlalchemy
- sqlalchemy-access
- tqdm
- twine
- typer
- xlrd
- xmltodict
- charset-normalizer
- pip:
# PyPI-only (no conda-forge package).
- cellpycore==0.2.1
# Optional external fastnda; cellpy defaults to cellpy.libs.local_fastnda.
- fastnda
# Old plotly kaleido 0.1.x (python-kaleido on conda-forge is 1.x).
- kaleido==0.1.*
# Docs extras not needed for runtime/CI.
- myst_nb
- sphinx-book-theme