Skip to content

Commit

Permalink
Set the version of scipy in dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored Jun 27, 2024
1 parent 4591088 commit e296698
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## Version 0.2.8

- Set dependency for `scipy`. Seems like the hstack and vstack functions
have been updated in 1.13.0+.


## Version 0.2.0 - 0.2.7

## Version 0.2.0
- Support multi apply
- Add tests and documentation
- Sync package with the rest of the BiocPy

## Version 0.1 (development)

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
# python_requires = >=3.8
python_requires = >=3.8

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand All @@ -50,7 +50,7 @@ package_dir =
install_requires =
importlib-metadata; python_version<"3.8"
numpy
scipy
scipy<1.13.0


[options.packages.find]
Expand Down

0 comments on commit e296698

Please sign in to comment.