Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes typo in setup #98

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description = Numenta Platform for Intelligent Computing PyTorch libraries
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: nupic.torch.__version__
classifiers =
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: OS Independent
Expand All @@ -45,7 +45,7 @@ project_urls =
Source = https://github.com/numenta/nupic.torch

[options]
python_requies = >=3.8, <4
python_requires = >=3.8, <4
install_requires =
torch>=1.6,<=2.0
packages = find_namespace:
Expand Down Expand Up @@ -114,7 +114,7 @@ dev =

# Check string quotes
flake8-quotes==3.3.0

examples =
librosa==0.7.1
requests
Expand Down