Skip to content

Commit

Permalink
roll back dependency pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouter committed Sep 2, 2024
1 parent 515979f commit 6064c9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ softioc = {editable = true, extras = ["dev"], path = "."}

[packages]
softioc = {editable = true, extras = ["useful"], path = "."}
setuptools-dso = "==2.9"

[scripts]
# Do flake8 here so it doesn't happen in the container in CI
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools_dso==2.9", "epicscorelibs>=7.0.7.99.0.2"]
requires = ["setuptools", "wheel", "setuptools_dso>=2.9", "epicscorelibs>=7.0.7.99.0.2"]
build-backend = "setuptools.build_meta:__legacy__"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def install_for_development(self):
install_requires = [
# Dependency version declared in pyproject.toml
epicscorelibs.version.abi_requires(),
"pvxslibs==1.2.2",
"pvxslibs>=1.2.2",
"numpy",
"epicsdbbuilder>=1.4",
"pyyaml>=6.0"
Expand Down

0 comments on commit 6064c9c

Please sign in to comment.