Skip to content

Commit

Permalink
chore(deps): bump biocore to version 1.1.1
Browse files Browse the repository at this point in the history
Updated the `biocore` dependency version from 1.1.0 to 1.1.1 in
`setup.py`. This update includes minor bug fixes and performance
improvements in the `biocore` library.
  • Loading branch information
psmyth94 committed Nov 18, 2024
1 parent 87817e3 commit 1738f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REQUIRED_PKGS = [
# the library that biofit is built upon
"biocore>=1.1.0",
"biocore>=1.1.1",
# For file locking
"filelock",
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
Expand Down

0 comments on commit 1738f0f

Please sign in to comment.