Skip to content

Commit

Permalink
Updated requirements (#116)
Browse files Browse the repository at this point in the history
* Updated requirements

* Update bamtcodecov.yml

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt
  • Loading branch information
jrzkaminski authored Oct 11, 2024
1 parent 938753c commit 196e4a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<3.12"
setuptools = "65.6.3"
numpy = ">=1.24.2"
matplotlib = "3.6.2"
pandas = "2.0.3"
pandas = ">=2.0.3"
gmr = "1.6.2"
scikit-learn = "^1.2.0"
scipy = "^1.8.0"
pyvis = ">=0.2.1"
missingno = "^0.5.1"
pgmpy = "0.1.20"
pgmpy = ">=0.1.25"
thegolem = ">=0.3.3"
xgboost = ">=1.7.6"
catboost = ">=1.0.6"
Expand Down

0 comments on commit 196e4a1

Please sign in to comment.