Skip to content

Commit

Permalink
move [fast] dependencies to regular ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Graña committed Nov 23, 2023
1 parent 4992361 commit af59c72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
'numpy>=1.8.2',
'sgp4>=2.5',
'requests',
'numba>=0.38',
'scipy>=0.16',
],
extras_require={
"fast": [
"numba>=0.38",
"scipy>=0.16",
],
"dev": [
"hypothesis",
"flake8",
Expand Down

0 comments on commit af59c72

Please sign in to comment.