From 32e229954ef41ad73ec79ddcfc657bb9d88bdfc4 Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Wed, 29 Jan 2025 22:23:00 +0100 Subject: [PATCH] dep typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5be2e1e..c5013ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "A library of procedural dataset generators for training reasoning models" readme = "README.md" requires-python = ">=3.11" -dependencies = ["sympy>=1.13.1", "pyfigle==1.0.2"] +dependencies = ["sympy>=1.13.1", "pyfiglet==1.0.2"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License",