SAGUARO-MMA / saguaro_tom

A Target and Observation Manager for SAGUARO
0 stars 0 forks source link

Update the `requirements.txt` file #100

Closed noahfranz13 closed 4 weeks ago

noahfranz13 commented 1 month ago

A lot of the requirements were broken, there were a lot of conflicts. Some of the notable changes that may break things:

  1. Downgraded the tomtoolkit requirement to 2.14
  2. Upgraded the tom-alertstreams requirement
  3. Downgraded the tom-swift requirement to an alpha release I had to do this because of this known issue with the tom-nonlocalizedevents package that makes it incompatible with the current tomtoolkit version.

This is discussed briefly in Issue #99 and unfortunately the only solution I found is downgrading the tom-swift package to an alpha version. This is obviously not ideal but I think it works for now until they fix the issue with the tom-nonlocalizedevents package.

noahfranz13 commented 1 month ago

This fixed it on my end! Thanks, this is a much better solution!