Skip to content

Commit

Permalink
numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
anhquan0412 committed Jul 17, 2024
1 parent 643c6a3 commit 9f4dec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = that-ml-library
lib_name = %(repo)s
version = 0.0.6
version = 0.0.7
min_python = 3.9
license = apache2
black_formatting = False
Expand Down Expand Up @@ -38,6 +38,6 @@ status = 3
user = anhquan0412

### Optional ###
requirements = numpy>=1.23.0 pandas>=1.5.0 scikit-learn>=1.2.0 matplotlib>=3.7.0 seaborn>=0.12.0 plotly>=5.14.0 dtreeviz>=2.2 statsmodels>=0.13.0 pingouin>=0.5.3 yellowbrick>=1.5
requirements = numpy<2 pandas>=1.5.0 scikit-learn>=1.2.0 matplotlib>=3.7.0 seaborn>=0.12.0 plotly>=5.14.0 dtreeviz>=2.2 statsmodels>=0.13.0 pingouin>=0.5.3 yellowbrick>=1.5
# dev_requirements =
# console_scripts =
2 changes: 1 addition & 1 deletion that_ml_library/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"

0 comments on commit 9f4dec4

Please sign in to comment.