Skip to content

Commit

Permalink
Adding version to requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
a-corni committed Dec 14, 2023
1 parent 3b42dce commit 9413ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulser-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jsonschema == 4.17.3; jsonschema < "4.18"
jsonschema >= 4.18; jsonschema != "4.17.3"
jsonschema == 4.17.3; jsonschema_version < "4.18"
jsonschema >= 4.18; jsonschema_version != "4.17.3"
referencing
matplotlib < 3.8
# Numpy 1.20 introduces type hints, 1.24.0 breaks matplotlib < 3.6.1
Expand Down

0 comments on commit 9413ca8

Please sign in to comment.