From 7ff2d2852047ecacb73c2bdb2a21c375fe57330c Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Wed, 11 Dec 2024 09:28:26 -0800 Subject: [PATCH] Only pin minimum version of pypechain. Bumping hyperdrivetypes version to 1.0.20.13 --- python/hyperdrivetypes/prerequisite.txt | 2 +- python/hyperdrivetypes/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/hyperdrivetypes/prerequisite.txt b/python/hyperdrivetypes/prerequisite.txt index b0d6b5d90..ae1ad1446 100644 --- a/python/hyperdrivetypes/prerequisite.txt +++ b/python/hyperdrivetypes/prerequisite.txt @@ -1 +1 @@ -pypechain == 0.0.48 +pypechain >= 0.0.48 diff --git a/python/hyperdrivetypes/pyproject.toml b/python/hyperdrivetypes/pyproject.toml index 02905f25d..01f21def7 100644 --- a/python/hyperdrivetypes/pyproject.toml +++ b/python/hyperdrivetypes/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyperdrivetypes" -version = "1.0.20.12" +version = "1.0.20.13" # Authors are the current, primary stewards of the repo # contributors can be found on github @@ -20,7 +20,7 @@ classifiers = [ "Natural Language :: English", ] -dependencies = ["pypechain==0.0.48", "fixedpointmath"] +dependencies = ["pypechain>=0.0.48", "fixedpointmath"] [project.optional-dependencies] dev = ["pyright>=1.1.384", "pytest"]