Skip to content

Commit

Permalink
some broken dependencies causing test to fail, trying to fix pyprojec…
Browse files Browse the repository at this point in the history
…t.toml
  • Loading branch information
yiwen-h committed Aug 9, 2023
1 parent f1256ed commit 301c8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matplotlib = "^3.3.2"
numpy = ">=1.22"
pandas = "^1.4.0"
scikit-learn = "1.0.2"
tensorflow = "^2.11.0"
tensorflow = "2.12.0"
transformers = "^4.26.1"
scipy = "^1.10.1"
xgboost = "^1.7.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_factory_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import pytest
from keras.src.engine.functional import Functional
from keras.engine.functional import Functional
from sklearn.base import is_classifier
from sklearn.pipeline import Pipeline

Expand Down

0 comments on commit 301c8b7

Please sign in to comment.