Skip to content

Commit

Permalink
Add scipy>=1.10 to test extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 17, 2024
1 parent a9abc13 commit 3255ecf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# /*##########################################################################
#
# Copyright (c) 2015-2023 European Synchrotron Radiation Facility
# Copyright (c) 2015-2024 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -188,7 +188,14 @@ def get_project_configuration():
"Pillow",
]

test_requires = ["pytest", "pytest-xvfb", "pytest-mock", "bitshuffle"]
test_requires = [
"pytest",
"pytest-xvfb",
"pytest-mock",
"bitshuffle",
"scipy>=1.10",
"pooch",
]

doc_requires = {
"nbsphinx",
Expand Down

0 comments on commit 3255ecf

Please sign in to comment.