Skip to content

Commit

Permalink
Merge branch 'update_python312'
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryGabriel committed May 14, 2024
2 parents 9daae87 + 2384f6e commit bea60c8
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 19 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��˜������ֳ����v���ž��I �𞷲����(�ާ����2
Binary file modified acropole/models/Dense_Acropole_FuelFlow_Scaling/saved_model.pb
Binary file not shown.
Binary file not shown.
Binary file not shown.
410 changes: 394 additions & 16 deletions examples/examples.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ packages = [{ include = "acropole", from = "." }]
include = ["LICENSE"]

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
python = ">=3.8, <=3.12.3"
scipy = ">=1.13"
joblib = ">=1.4"
pandas = ">=2.2"
scikit-learn = ">=1.4"
numpy = ">=1.26"
keras = "^2.15"
tensorflow = "^2.15"
keras = "^3.3"
tensorflow = "^2.16"


[build-system]
Expand Down

0 comments on commit bea60c8

Please sign in to comment.