Skip to content

Commit

Permalink
Updating requirement version to fix Windows Python 3.13 issue... hope…
Browse files Browse the repository at this point in the history
…fully
  • Loading branch information
ciaranra committed Dec 8, 2024
1 parent c1893a2 commit 93b9ac4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion python/quantum-pecos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ visualization = [
"plotly~=5.9.0",
]
tests = [
"pytest>=5.0.0",
"pytest>=5.0.0,<8.3.4", # 8.3.4 seems to be causing errors
"hypothesis"
]
all = [
Expand Down
22 changes: 11 additions & 11 deletions python/quantum-pecos/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --extra=tests --no-annotate --no-emit-index-url --output-file=python/quantum-pecos/requirements.txt --strip-extras python/quantum-pecos/pyproject.toml
#
annotated-types==0.7.0
attrs==24.2.0
contourpy==1.3.0
contourpy==1.3.1
cycler==0.12.1
fonttools==4.54.1
hypothesis==6.115.3
fonttools==4.55.2
hypothesis==6.122.1
iniconfig==2.0.0
kiwisolver==1.4.7
markdown-it-py==3.0.0
matplotlib==3.9.2
matplotlib==3.9.3
mdurl==0.1.2
networkx==3.4.1
networkx==3.4.2
numpy==1.26.4
packaging==24.1
packaging==24.2
phir==0.3.3
pillow==11.0.0
pluggy==1.5.0
pydantic==2.9.2
pydantic-core==2.23.4
pydantic==2.10.3
pydantic-core==2.27.1
pygments==2.18.0
pyparsing==3.2.0
pytest==8.3.3
python-dateutil==2.9.0.post0
rich==13.9.2
rich==13.9.4
scipy==1.14.1
six==1.16.0
six==1.17.0
sortedcontainers==2.4.0
typing-extensions==4.12.2
pecos-rslib==0.6.0.dev6

0 comments on commit 93b9ac4

Please sign in to comment.