dirac-institute / trailblazer

An open data repository for astronomical data products affected by satellites
MIT License
8 stars 2 forks source link

Python version bump. #42

Closed DinoBektesevic closed 2 years ago

DinoBektesevic commented 2 years ago

Updating Python to 3.10. Blocked by https://github.com/dirac-institute/trailblazer/pull/41 because fixes require changes to astro_metadata_translator installation. Also required explicit definition of auto-incremented id columns - which messed a bit with the dataclasses and tests.

Large cleanup of requirements - until we try it out in the wild and see if there are some additional packages that need to be pinned across the OSs.

mrawls commented 2 years ago

Bugfixes on setup/install beyond just requirements.txt

DinoBektesevic commented 2 years ago

Bump Python version to 3.10

DinoBektesevic commented 2 years ago

Closed because I did something to the history and I can't figure out what and is easier to fix by a new PR.