Skip to content

Commit

Permalink
Merge pull request #286 from massongit/update_scikit_learn
Browse files Browse the repository at this point in the history
scikit-learnアップデート
  • Loading branch information
KazuhiroM authored Jun 21, 2024
2 parents 720acba + e2071b7 commit 4440b8f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name = "pypi"
[packages]
jupysql = "==0.7.2"
psycopg2 = "==2.9.3"
imblearn = "==0.0"
imbalanced-learn = "==0.12.3"
SQLAlchemy = "==1.4.46"
pandas = "==1.5.3"
numpy = "==1.24.3"
scikit-learn = "==1.2.2"
scikit-learn = "==1.5.0"
python-dateutil = "==2.8.2"
ipython = "==8.16.1"

Expand Down
66 changes: 33 additions & 33 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies:
- ipykernel
- pandas=1.5.3
- numpy=1.24.3
- scikit-learn=1.2.2
- scikit-learn=1.5.0
- python-dateutil=2.8.2
- psycopg2=2.9.3
- SQLAlchemy=1.4.46
- pip
- pip:
- jupysql==0.7.2
- imblearn==0.0
- imbalanced-learn==0.12.3

0 comments on commit 4440b8f

Please sign in to comment.