Skip to content

Commit

Permalink
Checked failure of mutableint on python 3.12 is caught by CI. Removin…
Browse files Browse the repository at this point in the history
…g it completely.
  • Loading branch information
GDeLaurentis committed Jun 5, 2024
1 parent d091dc4 commit 585101a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The function `ideal.test_primality` allows to test whether an ideal is prime or

## Requirements
```
numpy, sympy, mutableint, Singular
numpy, sympy, Singular
```


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
install_requires=[
'numpy',
'sympy',
'mutableint',
'pyadic',
'multiset'
],
Expand Down
1 change: 0 additions & 1 deletion syngular/ring.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sympy
import mutableint
import syngular


Expand Down

0 comments on commit 585101a

Please sign in to comment.