Skip to content

Commit

Permalink
Defining jsonschema with condition
Browse files Browse the repository at this point in the history
  • Loading branch information
a-corni committed Dec 14, 2023
1 parent a1d5497 commit 3b42dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulser-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jsonschema >= 4.18 or jsonschema == 4.17.3
jsonschema == 4.17.3; jsonschema < "4.18"
jsonschema >= 4.18; jsonschema != "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 3b42dce

Please sign in to comment.