Skip to content

Commit

Permalink
Fix requirements to run tests online
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed May 8, 2024
1 parent c5e4a33 commit 3b0097e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ mock
scipy==1.12.0
nbconvert
ipykernel
coverage
coveralls
coverage==7.7.4
coveralls==4.0.0
-e .

0 comments on commit 3b0097e

Please sign in to comment.