-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ARCJ137442/v0_0_2_pre_alpha
Optimized README.zh-cn.md, and try to make PyNARS compatible with Python 3.11
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import warnings | ||
|
||
from .sparse_lut import SparseLUT | ||
from sparse_lut import SparseLUT # Directly import as an outer module that can let PyNARS run in Python 3.11 | ||
from typing import Any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ sty>=1.0.0rc2 | |
tqdm<=3.1.4 | ||
typing>=3.7.4.3 | ||
typing_extensions>=4.0.1 | ||
sparse-lut | ||
sparse-lut>=1.0.0 |