Skip to content

Commit

Permalink
Update graphmb and mlflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLamurias committed Jul 18, 2023
1 parent a538b1d commit 86aec6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [this sample changelog](https://gist.github.com/juampynr/4c18214a8eb554084e21d6e288a18a2c).

## [0.2.5] - 2023-07-18
- Update MLflow version
- Fix data dir missing from src/graphmb
- Add option to write bins to fasta files (--writebins)

## [0.2.4] - 2023-03-31
- Update Tensorflow and MLflow versions

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"torch==1.13.1",
"tensorflow==2.11.1",
"tqdm==4.61.2",
"mlflow==2.2.1",
"mlflow==2.3.1",
"importlib_resources"

],
Expand Down
2 changes: 1 addition & 1 deletion src/graphmb/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit 86aec6c

Please sign in to comment.