Skip to content

Commit

Permalink
fix: include support python 3.8 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IamGianluca committed Mar 24, 2024
1 parent aac9fe3 commit 2d58922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
requires-python = ">3.8"
requires-python = ">=3.8"
name = "blazingai"
version = "2.0.0"
description = "A framework to accelerate AI development"
authors = [{name= "Gianluca Rossi" , email= "gr.gianlucarossi@gmail.com" }]
license = {file = "LICENSE"}
readme = "README.md"
readme = {file = "README.md"}
dependencies = [
"scipy>=1.9.3",
"loguru>=0.6.0",
Expand Down

0 comments on commit 2d58922

Please sign in to comment.