Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davitshahnazaryan3 committed Nov 6, 2023
1 parent 5cfec5d commit 8ee51e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = xgb-rhomut
version = 1.1.1
version = 1.1.4
description = Next-generation non-linear and collapse prediction pre-trained XGBoost models for short to long period systems.
long_description = file: ReadMe.md
long_description_content_type = text/markdown
Expand All @@ -22,11 +22,11 @@ packages = find:
# include_package_data = True
install_requires =
joblib~=1.2.0
numpy~=1.23.3
numpy~=1.24.2
pandas~=1.5.0
scikit-learn~=1.1.2
scipy~=1.9.1
xgboost~=1.6.2
scipy~=1.10.1
xgboost>=1.6,<=1.8
pydantic~=1.10.4
python_requires = >=3.8

Expand Down

0 comments on commit 8ee51e2

Please sign in to comment.