From ad7a11ff2822cf5f426da6240f1dba9c5256a7e9 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Wed, 3 Apr 2024 18:41:00 +0200 Subject: [PATCH] Update `libparse` (#2108) --- dependencies/python/run_time.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/python/run_time.txt b/dependencies/python/run_time.txt index b120ad757..244b2fc82 100644 --- a/dependencies/python/run_time.txt +++ b/dependencies/python/run_time.txt @@ -1,4 +1,4 @@ click>=8.0.0,<9 pyyaml>=6,<7 XlsxWriter>=3.0.2,<4 -git+https://github.com/efabless/libparse-python@0.1.5 \ No newline at end of file +libparse>=0.3.1,<0.4.0 diff --git a/requirements.txt b/requirements.txt index 1f2a0fa0b..31035a713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -r ./dependencies/python/precompile_time.txt click>=8.0.0,<9 -pyyaml>=6,<7 \ No newline at end of file +pyyaml>=6,<7