Skip to content

Commit

Permalink
🧹 Removed dependecy condition python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Feb 21, 2022
1 parent bd1eff0 commit 4f60ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ coverage[toml]>=4.5.4
-r docs/requirements.txt
# package runtime requirements
flake8==4.0.1
nbconvert==6.4.2; python_version > '3.7'
ipython==8.0.1; python_version > '3.7'
nbconvert==6.4.2
ipython==8.0.1

0 comments on commit 4f60ed6

Please sign in to comment.