Skip to content

Commit

Permalink
Relax tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed Jul 1, 2024
1 parent ef1c24f commit bb86e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [2.2.38] - 2024-07-01

- Relax tensorflow version for mac

# [2.2.37] - 2024-07-01

- Pin scipy version
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "deeplc"
version = "2.2.37"
version = "2.2.38"
description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -31,7 +31,7 @@ keywords = [
]

dependencies = [
"tensorflow>=2.2,<2.13.0",
"tensorflow>=2.2,<2.15.0",
"numpy>=1.17,<2",
"pandas>=0.25,<2",
"h5py>=2.10.0,<4",
Expand Down

0 comments on commit bb86e81

Please sign in to comment.