-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathenvironment.yml
More file actions
39 lines (38 loc) · 661 Bytes
/
environment.yml
File metadata and controls
39 lines (38 loc) · 661 Bytes
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
# Development Environment
name: viper-dev
channels:
- conda-forge
dependencies:
- python=3.9
- click=8.1
- rich=12.5
- pydantic=1.8
- toml=0.10
- pandas=2.0
# Testing and CI
- pytest=7.1
- pylint=2.15
- pytest-pylint=0.18
- pre-commit=2.20
# Build and packaging
- pip=22.2
- pyinstaller=5.6
- flit=3.7
- conda=22.9
- mamba=0.26
- conda-build=3.22
- conda-verify=3.1
# Documentation
- mkdocs=1.3
- mkdocs-click=0.6
- mkdocs-material=8.5.2
# related
- ngspice=38
- pip:
- markdown-mdantic==1.3.3
- spyci==1.0.2
- hdl21==4.0.0
- hdl21schematicimporter==1.0.dev0
# development
- git
- gh