Skip to content

Commit

Permalink
src/sage/features/standard.py: Remove rpy2 feature for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 30, 2023
1 parent a25f3d9 commit 9990302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/features/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ def all_features():
PythonModule('primecountpy', spkg='primecountpy'),
PythonModule('ptyprocess', spkg='ptyprocess'),
PythonModule('requests', spkg='requests'),
PythonModule('rpy2', spkg='rpy2'),
PythonModule('scipy', spkg='scipy'),
PythonModule('sympy', spkg='sympy')]

0 comments on commit 9990302

Please sign in to comment.