NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Update Aerie version to 2.11.0 #145

Closed parkerabercrombie closed 2 months ago

parkerabercrombie commented 2 months ago

Test mission model (banana nation) provided with Aerie CLI is 2.11.0, tests are failing without this update.

cartermak commented 2 months ago

Good catch; I remember feeling like I was missing something when I did that upgrade...

To fix the integration tests, can you add numpy<2.0.0 in the pyproject.toml while you're at it?

cartermak commented 2 months ago

Set numpy to ^1.19.5, which is the latest version compatible with Python 3.6 and will also enforce <2.0.0.