Skip to content

Commit

Permalink
upgrade tf and mlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLamurias committed Mar 31, 2023
1 parent 72f8740 commit 6d27eb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.4] - 2023-03-31
- Update Tensorflow and MLflow versions


## [0.2.3] - 2023-02-03

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"requests",
"networkx==2.6.2",
"torch==1.13.1",
"tensorflow==2.11.0",
"tensorflow==2.11.1",
"tqdm==4.61.2",
"mlflow==2.1.1",
"mlflow==2.2.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.3"
__version__ = "0.2.4"

0 comments on commit 6d27eb1

Please sign in to comment.