Skip to content

Commit

Permalink
slm_builder/conanfile.py: require lbstanzagenerator_pyreq >=0.6.15 <0…
Browse files Browse the repository at this point in the history
….7.0
  • Loading branch information
jwatson0 committed Sep 13, 2024
1 parent a1a8aee commit 8634fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slm_builder/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class ConanSlmPackage(ConanFile):
package_type = "library"
python_requires = "lbstanzagenerator_pyreq/[>=0.1]"
python_requires = "lbstanzagenerator_pyreq/[>=0.6.15 <0.7.0]"

# Binary configuration
#settings = "os", "arch", "compiler", "build_type"
Expand Down

0 comments on commit 8634fbf

Please sign in to comment.