Skip to content

Commit

Permalink
Merge pull request #241 from antoinecarme/test_sklearn_1.6
Browse files Browse the repository at this point in the history
Delete .circleci directory
  • Loading branch information
antoinecarme authored Nov 23, 2024
2 parents b06eeca + 2ac4732 commit 5dd2ea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 104 deletions.
103 changes: 0 additions & 103 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install --progress-bar off numpy scipy pandas scikit-learn matplotlib pydot jupyter xgboost ipython lightgbm statsmodels torch skorch setproctitle urllib3 objgraph imageio imageio_ffmpeg
pip install --progress-bar off numpy scipy pandas scikit-learn==1.6.0rc1 matplotlib pydot jupyter xgboost ipython lightgbm statsmodels torch skorch setproctitle urllib3 objgraph imageio imageio_ffmpeg
- name: Initial Cleanup
run : |
mkdir -p logs
Expand Down

0 comments on commit 5dd2ea9

Please sign in to comment.