Skip to content

Commit 4170386

Browse files
committed
Remove h5py conda dependency
1 parent 2fbc8a9 commit 4170386

6 files changed

+0
-6
lines changed

conda-envs/environment-dev.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
12-
- h5py>=2.7
1312
- numpy>=1.25.0
1413
- pandas>=0.24.0
1514
- pip

conda-envs/environment-jax.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
12-
- h5py>=2.7
1312
- zarr>=2.5.0,<3
1413
# Jaxlib version must not be greater than jax version!
1514
- blackjax>=1.2.2

conda-envs/environment-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
12-
- h5py>=2.7
1312
- jax
1413
- numpy>=1.25.0
1514
- pandas>=0.24.0

conda-envs/windows-environment-dev.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
12-
- h5py>=2.7
1312
- numpy>=1.25.0
1413
- pandas>=0.24.0
1514
- pip

conda-envs/windows-environment-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- blas
1010
- cachetools>=4.2.1
1111
- cloudpickle
12-
- h5py>=2.7
1312
- libpython
1413
- mkl-service>=2.3.0
1514
- m2w64-toolchain

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arviz>=0.13.0
55
cachetools>=4.2.1
66
cloudpickle
77
git+https://github.com/pymc-devs/pymc-sphinx-theme
8-
h5py>=2.7
98
ipython>=7.16
109
jupyter-sphinx
1110
mcbackend>=0.4.0

0 commit comments

Comments
 (0)