We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c787c commit 2c00358Copy full SHA for 2c00358
env-dev.yml
@@ -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
@@ -0,0 +1,14 @@
+name: pymc-bart
+ - pymc-bart
0 commit comments