Skip to content

Commit

Permalink
constrain versions
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Jun 13, 2024
1 parent c6cb6c0 commit a6ad941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
"binning_utils_sebastian-achim-mueller>=0.0.5",
"propagate_uncertainties_sebastian-achim-mueller>=0.2.2",
"lima1983analysis_sebastian-achim-mueller",
"lima1983analysis_sebastian-achim-mueller>=0.0.4",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a6ad941

Please sign in to comment.