Skip to content

Commit

Permalink
infra: remove pydantic constraints (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Feb 29, 2024
1 parent 2ec9fd6 commit 7572917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sphinx configuration."""

import datetime

import pkg_resources
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ testpaths = test/unit_tests
line_length = 100
multi_line_output = 3
include_trailing_comma = true
profile=black

[flake8]
ignore =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
install_requires=[
"numpy",
"opt_einsum",
"pydantic>=1.9,<2.0",
"pydantic",
"scipy",
"sympy",
# pinned for compatibility with strawberry fields
Expand Down

0 comments on commit 7572917

Please sign in to comment.