Skip to content

Commit

Permalink
use a versioned release of pyslalib on pypi
Browse files Browse the repository at this point in the history
pypi does not like git dependencies
  • Loading branch information
jashan-lco committed Apr 7, 2023
1 parent 0280ad2 commit 937db83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
19 changes: 7 additions & 12 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ocs-rise-set"
version = "0.6.0"
version = "0.6.1"
description = "Routines for accurate rise/set/transit calculations"
authors = ["Eric Saunders <esaunders@lcogt.net>"]
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.7,<3.10"
pyslalib = {git = "https://github.com/LCOGT/pyslalib.git", rev = "1671358d66a4142a7f6369c815d3f8830f8b5ac7"}
future = "^0.18.3"
pyslalib = "1.0.6"

[tool.poetry.group.dev.dependencies]
mock = "^5.0.1"
Expand Down

0 comments on commit 937db83

Please sign in to comment.