Skip to content

Commit

Permalink
Set version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 7, 2024
1 parent 6faed7f commit 04e41ea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "maturin"

[project]
name = "ommx"

version = "0.3.0"
description = "Open Mathematical prograMming eXchange (OMMX)"
authors = [
{ name="Jij Inc.", email="info@j-ij.com" },
]
# readme = "README.md" # TODO: Resolve an error when pip install
requires-python = ">=3.8"
authors = [{ name="Jij Inc.", email="info@j-ij.com" }]
readme = "README.md"

classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
Expand All @@ -23,6 +23,8 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
]

requires-python = ">=3.8"
dependencies = [
"numpy>=1.23.0, <2.0.0",
"pandas>=2.0.0, <3.0.0",
Expand Down

0 comments on commit 04e41ea

Please sign in to comment.