Skip to content

Commit

Permalink
Bump to 5.0.1 for PyPi, remove dill dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic committed Aug 30, 2022
1 parent a5aac2d commit 60bfb54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion hickle/__version__.py
Expand Up @@ -10,4 +10,4 @@

# %% VERSIONS
# Default/Latest/Current version
__version__ = '5.0.0.dev0'
__version__ = '5.0.1'
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,3 +1,2 @@
dill>=0.3.0 # optional will be removed in future
h5py>=2.10.0
numpy>=1.8,!=1.20
1 change: 0 additions & 1 deletion requirements32.txt
@@ -1,3 +1,2 @@
dill>=0.3.0 # optional will be removed in future
h5py==2.10.0
numpy>=1.8,!=1.20

0 comments on commit 60bfb54

Please sign in to comment.