Skip to content

Commit

Permalink
Merge pull request #692 from ivyraine/c071224_fix_3_7_typing_import
Browse files Browse the repository at this point in the history
Set `zarr` version to 2.12.0
  • Loading branch information
bytewife committed Jul 12, 2023
2 parents d70c0fb + ee68816 commit 989b03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements-py36.yml
Expand Up @@ -36,7 +36,7 @@ dependencies:
# for plugins (double check)
- fastparquet
- pyarrow
- zarr
- zarr=2.8.0
- numcodecs
# singularity
#- singularity
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements-py37.yml
Expand Up @@ -29,7 +29,7 @@ dependencies:
# for plugins (double check)
- fastparquet
- pyarrow=7.0.0
- zarr
- zarr=2.12.0
- numcodecs
- tinydb>=3.12.2
# singularity
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.yml
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pip>=21.2.4
- pip:
- protobuf==3.20
- sklearn>=0.0
- scikit-learn>=0.0
- pybedtools>=0.9.0
- kipoi-interpret
- kipoiseq
Expand Down

0 comments on commit 989b03e

Please sign in to comment.