Skip to content

Commit 2c00358

Browse files
committed
Add YML env files
1 parent 44c787c commit 2c00358

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

env-dev.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: pymc-bart-dev
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- pymc>=5.16.2,<=5.19.1
7+
- arviz>=0.18.0
8+
- numba
9+
- matplotlib
10+
- numpy
11+
- pytensor
12+
# Development dependencies
13+
- pytest>=4.4.0
14+
- pytest-cov>=2.6.1
15+
- click==8.0.4
16+
- pylint==2.17.4
17+
- pre-commit
18+
- black
19+
- isort
20+
- flake8
21+
- pip
22+
- pip:
23+
- -e .

env.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: pymc-bart
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- pymc>=5.16.2,<=5.19.1
7+
- arviz>=0.18.0
8+
- numba
9+
- matplotlib
10+
- numpy
11+
- pytensor
12+
- pip
13+
- pip:
14+
- pymc-bart

0 commit comments

Comments
 (0)