Skip to content

Commit

Permalink
update toml classifier and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge committed Jan 9, 2025
1 parent 9e795d3 commit 6f082a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
]
keywords = ['machine learning', 'synthetic data generation', 'benchmark', 'generative models']
dynamic = ['version']
license = { text = 'BSL-1.1' }
requires-python = '>=3.8,<3.13'
requires-python = '>=3.8,<3.14'
readme = 'README.md'
dependencies = [
"numpy>=1.21.0;python_version<'3.10'",
Expand Down

0 comments on commit 6f082a6

Please sign in to comment.