Skip to content

Commit

Permalink
numenta#97 fix torch dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
samirli authored Feb 4, 2023
1 parent a1bcfaa commit c5e6a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ workflows:
- test:
matrix:
parameters:
torch_version: ["1.6.0", "1.7.1", "1.8.1", "1.9.1", "1.10.2", "1.11.0", "1.12.1", "1.13"]
torch_version: ["1.6.0", "1.7.1", "1.8.1", "1.9.1", "1.10.2", "1.11.0", "1.12.1", "1.13.1"]
requires:
- install_dependencies
filters:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ project_urls =
Source = https://github.com/numenta/nupic.torch

[options]
python_requies = >=3.7, <4
python_requires = >=3.7, <4
install_requires =
torch>=1.6,<=1.13
torch>=1.6,<=1.13.1
packages = find_namespace:
package_dir =
=src
Expand Down

0 comments on commit c5e6a76

Please sign in to comment.