Skip to content

Commit

Permalink
bump up minimum versions
Browse files Browse the repository at this point in the history
contributes to CURA-10951
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 96fb8a4 commit e8ea70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from conan.tools.scm import Version


required_conan_version = ">=1.50.0"
required_conan_version = ">=1.56.0"


class PyNest2DConan(ConanFile):
Expand All @@ -28,7 +28,7 @@ class PyNest2DConan(ConanFile):
exports = "LICENSE*"
generators = "CMakeDeps", "VirtualBuildEnv", "VirtualRunEnv"

python_requires = "pyprojecttoolchain/[>=0.1.6]@ultimaker/stable", "sipbuildtool/[>=0.2.4]@ultimaker/stable"
python_requires = "pyprojecttoolchain/[>=0.1.7]@ultimaker/stable", "sipbuildtool/[>=0.2.4]@ultimaker/stable"

options = {
"shared": [True, False],
Expand Down

0 comments on commit e8ea70d

Please sign in to comment.