Skip to content

Commit

Permalink
Merge pull request #31 from chrislupp/feature/poetry_versions
Browse files Browse the repository at this point in the history
Feature/poetry versions. fixes #29
  • Loading branch information
chrislupp authored Feb 27, 2024
2 parents 253fdc1 + 2e9fb14 commit 977f2d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include = ["philote_mdo/generated/*pb2.py", "philote_mdo/generated/*pb2.pyi", "p

[tool.poetry.dependencies]
python = "^3.9"
grpcio = "^1.62.0"
numpy = "^1.26.4"
grpcio = "^1.49.1"
numpy = "^1.19.0"
scipy = "^1.12.0"


Expand Down

0 comments on commit 977f2d0

Please sign in to comment.