Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Jan 15, 2024
1 parent 0acb517 commit 84462be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will
# - build distribution package
# - build distribution package, pure python wheel
# - deploy produced distribution package to PyIP
#
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
requires-python = ">=3.9,<3.12"
dependencies = [
"easyScienceCore @ git+https://github.com/easyscience/easycore.git@failed_unit_check",
"easyScienceCore @ git+https://github.com/easyscience/easycore.git",
"refnx>=0.1.15",
"refl1d>=0.8.14",
"scipp>=23.12.0",
Expand Down

0 comments on commit 84462be

Please sign in to comment.