diff --git a/setup.py b/setup.py index 85e7886b8..7f382cfb0 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'specutils~=1.8', ], extras_require={ - 'test': ['factory_boy~=3.2.1'], + 'test': ['factory_boy>=3.2.1,<3.4.0'], 'docs': [ 'recommonmark~=0.7', 'sphinx>=4,<8',