Skip to content

Commit

Permalink
Put requirement in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrobert committed Nov 30, 2023
1 parent 441c39e commit a2eab8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v0.4.1

- Compatibility with param 2.0. Updated minimum version to 1.12
- Made deserialization error messages more informative
- Switched to GitHub workflows

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package_dir =
= src
python_requires = >= 3.7
install_requires =
param>=1.9
param>=1.12

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit a2eab8b

Please sign in to comment.