Skip to content

Commit

Permalink
Release 0.6.19 - updates for conan 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Oct 2, 2024
1 parent d951513 commit e0958e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class ConanSlmPackage(ConanFile):
package_type = "application"
python_requires = "lbstanzagenerator_pyreq/[>=0.6.17 <0.7.0]"
python_requires = "lbstanzagenerator_pyreq/[>=0.6.18 <0.7.0]"

# Binary configuration
#settings = "os", "arch", "compiler", "build_type"
Expand Down Expand Up @@ -129,7 +129,7 @@ def build_requirements(self):

# use stanza provided by conan
self.tool_requires("lbstanza/[>=0.18.78 <1.0]")
self.tool_requires("slm/0.6.13")
self.tool_requires(f"slm/[>=0.6.18 <{self.version}]")

# use cmake and ninja provided by conan
# necessary if compiling non-stanza dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
conan~=2.7.1
conan~=2.0
jsons~=1.6.3
requests>=2.31.0
2 changes: 1 addition & 1 deletion slm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "slm"
version = "0.6.18"
version = "0.6.19"

# note that the slm bootstrap.py script doesn't recursively resolve dependencies
# so define a flat list of all required dependencies here
Expand Down

0 comments on commit e0958e5

Please sign in to comment.