Skip to content

Commit

Permalink
fix dep version locking
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 21, 2024
1 parent 9ef50bb commit c3df276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
"pandas",
"requests",
"scikit-learn",
"statsmodels>=0.11.0",
"tensorflow==2.14.1",
"statsmodels = ">=0.11.0",
"tensorflow = "==2.14.1",
"tqdm",
"wrangle",
]
Expand Down
1 change: 0 additions & 1 deletion tests/commands/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def test_scan():
'dropout': (.05, .35, .1),
'epochs': [50]}

@tf.function
def iris_model(x_train, y_train, x_val, y_val, params):

model = Sequential()
Expand Down

0 comments on commit c3df276

Please sign in to comment.