Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed May 13, 2024
1 parent 271598e commit bfcc1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version=__version__,
packages=find_packages(),
license="European Union Public License 1.2",
python_requires="<=3.10",
python_requires="<=3.11",
package_data={"": ["*.txt", "*.dat", "*.doc", "*.rst", "*.xlsx", "*.csv"]},
install_requires=[
"pandas >= 1.3.3",
Expand Down
7 changes: 4 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pytest
scipy
mock
scipy==1.12.0
nbconvert
ipykernel
coverage
coveralls
coverage==7.4.4
coveralls==4.0.0
-e .

0 comments on commit bfcc1d0

Please sign in to comment.