forked from diffCheckOrg/diffCheck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
49 lines (44 loc) · 2.94 KB
/
environment.yml
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
# to create from scratch: conda env create -f environment.yml
# to update the environment: conda env update --name myenv --file environment.yml --prune
# or update with environment activated: conda env update --file environment.yml --prune
name: diff_check
channels:
- conda-forge
- defaults
dependencies:
- ca-certificates=2024.2.2=h56e8100_0
- libsqlite=3.45.3=hcfcfb64_0
- openssl=1.1.1w=hcfcfb64_0
- pip=24.0=pyhd8ed1ab_0
- python=3.9.1=h7840368_5_cpython
- setuptools=69.5.1=pyhd8ed1ab_0
- sqlite=3.45.3=hcfcfb64_0
- tzdata=2024a=h0c530f3_0
- ucrt=10.0.22621.0=h57928b3_0
- vc=14.3=hcf57466_18
- vc14_runtime=14.38.33130=h82b7239_18
- vs2015_runtime=14.38.33130=hcb4865c_18
- wheel=0.43.0=pyhd8ed1ab_1
- pip:
- dlltracer==1.0.2
- pybind11==2.8.0
- pythonnet==3.0.3
- pytest==8.3.1
- pefile==2023.2.7
- numpy==2.0.1
- pre-commit>=3.8.0
- ruff>=0.6.1
- types-invoke>=2.0.0.10
- mypy>=1.11.1
- absl-py
- ipython>=8.8.0 # 8.7.0 has ipython3 lexer error
- myst-parser==3.0.1
- sphinx>=7.3.2,<8.0 # 7.3.0 breaks sphinx-book-theme; 8.0 breaks myst-nb 1.1
- pydata-sphinx-theme==0.15.2
- sphinx-book-theme>=1.0.1 # Older versions fail to pin pydata-sphinx-theme
- sphinx-copybutton>=0.5.0
- sphinx-remove-toctrees
- sphinx-design
- myst-nb>=1.0.0
- sphinxcontrib-mermaid #for schematics in sphiny
- sphinx_autodoc_typehints