Skip to content

Commit 0c3365a

Browse files
committed
fix imports
1 parent 0fc6931 commit 0c3365a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

env-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ dependencies:
1919
- flake8
2020
- pip
2121
- pip:
22-
- arviz_stats[xarray]>=0.6.0
22+
- arviz-stats[xarray]>=0.6.0
2323
- -e .

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- pip
1212
- pip:
1313
- pymc-bart
14-
- arviz_stats[xarray]>=0.6.0
14+
- arviz-stats[xarray]>=0.6.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pymc>=5.16.2,<=5.23.0
2-
arviz_stats[xarray]>=0.6.0
2+
arviz-stats[xarray]>=0.6.0
33
numba
44
matplotlib
55
numpy>=2.0

0 commit comments

Comments
 (0)