Skip to content

Commit

Permalink
fix future dependency (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampan501 authored Oct 8, 2024
1 parent c29b996 commit d402e76
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-test:
parallelism: 16
docker:
- image: cimg/python:3.8
- image: cimg/python:3.12
steps:
- checkout
- python/install-packages:
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is the list of changes to hyppo between each release. For full details, see
.. toctree::
:maxdepth: 1

v0.5.1.md
v0.5.0.md
v0.4.0.md
v0.3.2.md
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog/v0.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# hyppo v0.5.1

## Highlights of this release

This release fixes the future version.

## Full Changelog

[v0.5.0...v0.5.1](https://github.com/neurodata/hyppo/compare/v0.5.0...v0.5.1)

2 changes: 1 addition & 1 deletion hyppo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
import hyppo.d_variate
import hyppo.conditional

__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ numba>=0.46
scikit-learn>=0.22
joblib>=0.17.0
autograd>=1.3
future>=1.0.0
future

0 comments on commit d402e76

Please sign in to comment.