Skip to content

Commit

Permalink
Add cachetools to schedule dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 27, 2024
1 parent 7565118 commit 2be076c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ influxdb = [ "influxdb-client>=1.47.0" ]
schedule = [
"astropy>=6.0.0; python_version<'3.11'",
"astropy>=7.0.0; python_version>='3.11'",
"astroplan>=0.10.1" ]
"astroplan>=0.10.1",
"cachetools>=5.5.0"
]

[project.urls]
Homepage = "https://github.com/sdss/lvmopstools"
Expand Down
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2be076c

Please sign in to comment.