Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greydanus committed May 20, 2024
1 parent 13a5d2e commit 4b7d6a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ notebooks/mnist1d
__pycache__
.vscode
*~

dist/*
21 changes: 13 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,22 @@ requires-python = ">=3.7"
keywords = ["dataset", "mnist", "machine learning", "deep learning", "1D"]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache 2.0 License",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Framework :: Numpy",
"Framework :: Scipy",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Intended Audience :: Science/Research"
]
dependencies = [
'requests',
'numpy',
'matplotlib',
'scipy'
"requests",
"numpy",
"matplotlib",
"scipy"
]
dynamic = ["version"]

Expand All @@ -48,4 +53,4 @@ packages = ["mnist1d"]
Homepage = "https://github.com/greydanus/mnist1d"

# [project.scripts]
# my-script = "my_package.module:function"
# my-script = "my_package.module:function"

0 comments on commit 4b7d6a8

Please sign in to comment.