Skip to content

Commit

Permalink
merge with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
junzis committed May 14, 2024
2 parents 76f17f2 + bea60c8 commit 7516a5f
Show file tree
Hide file tree
Showing 7 changed files with 1,261 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This repository contains the Acropole model for aircraft fuel flow prediction an

## Easy Install

For a trouble-free installation, create a dedicated anaconda environment is recommended :
For a trouble-free installation, creating a dedicated anaconda environment is recommended :

```sh
conda create -n acropole python=3.11 -c conda-forge
conda create -n acropole python=3.12 -c conda-forge
```

Activate the conda environment :
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��˜������ֳ����v���ž��I �𞷲����(�ާ����2
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,256 changes: 1,256 additions & 0 deletions examples/examples.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ joblib = ">=1.4"
pandas = ">=2.2"
scikit-learn = ">=1.4"
numpy = ">=1.26"
keras = ">3.0"
tensorflow = ">=2.16"
keras = "^3.3"
tensorflow = "^2.16"


[build-system]
Expand Down

0 comments on commit 7516a5f

Please sign in to comment.