Skip to content

Commit

Permalink
fix: update the requirements for avoiding dep clash
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBury committed Jul 3, 2023
1 parent e9d1f13 commit 00689f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ zip_safe = False
package_dir =
=src
packages=find_namespace:
python_requires = >=3.6
python_requires = >=3.9
install_requires =
holoviews>=1.14.8
lightgbm>=3.3.2
Expand Down Expand Up @@ -60,4 +60,4 @@ docs =

test =
pytest
pytest-cov
pytest-cov

0 comments on commit 00689f7

Please sign in to comment.