Skip to content

Commit

Permalink
Use MEDS dev until new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Sep 19, 2023
1 parent 44c2248 commit 2af2391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion open_samus_returns_rando/model_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ModelData:
"actors/items/itemsphere/fx/itemsphereexplode.bcptl",
"actors/items/itemsphere/fx/itemsphereparts.bcptl",
"maps/textures/chozoartifactor_d.bctex",
"maps/textures/chozoartifactorbase_d.bctex"
"maps/textures/chozoartifactorbase_d.bctex",
),
),
"adn": ModelData(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"mercury-engine-data-structures>=0.24.0",
"mercury-engine-data-structures>=0.24.1.dev5",
"jsonschema>=4.0.0",
"ips.py>=0.1.2",
]
Expand Down

0 comments on commit 2af2391

Please sign in to comment.