Skip to content

Commit

Permalink
Merge pull request #145 from NASA-AMMOS/aerie-2.11.0
Browse files Browse the repository at this point in the history
Update Aerie version to 2.11.0
  • Loading branch information
cartermak authored Aug 26, 2024
2 parents 711b43e + f8864c0 commit ff4b2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requests = "^2.27.1"
rich = "^12.6.0"
attrs = "^22.2.0"
pandas = "^1.1.5"
numpy = "^1.19.5"
appdirs = "^1.4.4"
importlib-metadata = "^4.8.2"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
CONFIGURATIONS_PATH = os.path.join(FILES_PATH, "configuration")
CONFIGURATION_PATH = os.path.join(CONFIGURATIONS_PATH, "localhost_config.json")
MODELS_PATH = os.path.join(FILES_PATH, "models")
MODEL_VERSION = os.environ.get("AERIE_VERSION", "2.8.0")
MODEL_VERSION = os.environ.get("AERIE_VERSION", "2.11.0")
MODEL_JAR = os.path.join(MODELS_PATH, f"banananation-{MODEL_VERSION}.jar")
MODEL_NAME = "banananation"
MODEL_VERSION = "0.0.1"
Expand Down

0 comments on commit ff4b2ec

Please sign in to comment.