Skip to content

Commit 113b4f9

Browse files
committed
New requirements.txt
1 parent fdf671e commit 113b4f9

File tree

4 files changed

+176
-87
lines changed

4 files changed

+176
-87
lines changed

poetry.lock

Lines changed: 87 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "hydroforecastingdemo"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.13.0,<3.14"
10+
python = ">=3.11.0,<3.14"
1111
pytest = ">8.3.5,<9.0.0"
1212
pytest-github-actions-annotate-failures = "^0.2.0"
1313
bjpmodel = "^0.2.1"

requirements.txt

Lines changed: 87 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,87 @@
1-
appnope==0.1.4 ; platform_system == "Darwin" and python_version == "3.13"
2-
asttokens==3.0.0 ; python_version == "3.13"
3-
bashlex==0.18 ; python_version == "3.13"
4-
bjpmodel==0.2.1 ; python_version == "3.13"
5-
bracex==2.6 ; python_version == "3.13"
6-
certifi==2025.7.14 ; python_version == "3.13"
7-
cffi==1.17.1 ; python_version == "3.13" and implementation_name == "pypy" or python_version == "3.13" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux" and platform_python_implementation != "PyPy"
8-
charset-normalizer==3.4.2 ; python_version == "3.13"
9-
cibuildwheel==2.23.3 ; python_version == "3.13"
10-
colorama==0.4.6 ; python_version == "3.13" and sys_platform == "win32"
11-
comm==0.2.2 ; python_version == "3.13"
12-
contourpy==1.3.2 ; python_version == "3.13"
13-
cryptography==45.0.5 ; python_version == "3.13" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux"
14-
cycler==0.12.1 ; python_version == "3.13"
15-
cython==3.1.2 ; python_version == "3.13"
16-
debugpy==1.8.15 ; python_version == "3.13"
17-
decorator==5.2.1 ; python_version == "3.13"
18-
dependency-groups==1.3.1 ; python_version == "3.13"
19-
docutils==0.21.2 ; python_version == "3.13"
20-
executing==2.2.0 ; python_version == "3.13"
21-
filelock==3.18.0 ; python_version == "3.13"
22-
fonttools==4.59.0 ; python_version == "3.13"
23-
id==1.5.0 ; python_version == "3.13"
24-
idna==3.10 ; python_version == "3.13"
25-
iniconfig==2.1.0 ; python_version == "3.13"
26-
ipykernel==6.29.5 ; python_version == "3.13"
27-
ipython-pygments-lexers==1.1.1 ; python_version == "3.13"
28-
ipython==9.4.0 ; python_version == "3.13"
29-
jaraco-classes==3.4.0 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13"
30-
jaraco-context==6.0.1 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13"
31-
jaraco-functools==4.2.1 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13"
32-
jedi==0.19.2 ; python_version == "3.13"
33-
jeepney==0.9.0 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13" and sys_platform == "linux"
34-
jupyter-client==8.6.3 ; python_version == "3.13"
35-
jupyter-core==5.8.1 ; python_version == "3.13"
36-
keyring==25.6.0 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13"
37-
kiwisolver==1.4.8 ; python_version == "3.13"
38-
markdown-it-py==3.0.0 ; python_version == "3.13"
39-
matplotlib-inline==0.1.7 ; python_version == "3.13"
40-
matplotlib==3.10.3 ; python_version == "3.13"
41-
mdurl==0.1.2 ; python_version == "3.13"
42-
more-itertools==10.7.0 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13"
43-
nest-asyncio==1.6.0 ; python_version == "3.13"
44-
nh3==0.3.0 ; python_version == "3.13"
45-
normtransform==0.2.0 ; python_version == "3.13"
46-
numpy==2.3.1 ; python_version == "3.13"
47-
packaging==25.0 ; python_version == "3.13"
48-
pandas==2.3.1 ; python_version == "3.13"
49-
parso==0.8.4 ; python_version == "3.13"
50-
pexpect==4.9.0 ; sys_platform != "win32" and sys_platform != "emscripten" and python_version == "3.13"
51-
pillow==11.3.0 ; python_version == "3.13"
52-
platformdirs==4.3.8 ; python_version == "3.13"
53-
pluggy==1.6.0 ; python_version == "3.13"
54-
prompt-toolkit==3.0.51 ; python_version == "3.13"
55-
psutil==7.0.0 ; python_version == "3.13"
56-
ptyprocess==0.7.0 ; sys_platform != "win32" and sys_platform != "emscripten" and python_version == "3.13"
57-
pure-eval==0.2.3 ; python_version == "3.13"
58-
pycparser==2.22 ; python_version == "3.13" and implementation_name == "pypy" or python_version == "3.13" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux" and platform_python_implementation != "PyPy"
59-
pygments==2.19.2 ; python_version == "3.13"
60-
pyparsing==3.2.3 ; python_version == "3.13"
61-
pytest-github-actions-annotate-failures==0.2.0 ; python_version == "3.13"
62-
pytest==8.4.1 ; python_version == "3.13"
63-
python-dateutil==2.9.0.post0 ; python_version == "3.13"
64-
pytz==2025.2 ; python_version == "3.13"
65-
pywin32-ctypes==0.2.3 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13" and sys_platform == "win32"
66-
pywin32==311 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version == "3.13"
67-
pyzmq==27.0.0 ; python_version == "3.13"
68-
readme-renderer==44.0 ; python_version == "3.13"
69-
requests-toolbelt==1.0.0 ; python_version == "3.13"
70-
requests==2.32.4 ; python_version == "3.13"
71-
rfc3986==2.0.0 ; python_version == "3.13"
72-
rich==14.0.0 ; python_version == "3.13"
73-
scipy==1.16.0 ; python_version == "3.13"
74-
secretstorage==3.3.3 ; platform_machine != "ppc64le" and platform_machine != "s390x" and python_version == "3.13" and sys_platform == "linux"
75-
setuptools==80.9.0 ; python_version == "3.13"
76-
six==1.17.0 ; python_version == "3.13"
77-
stack-data==0.6.3 ; python_version == "3.13"
78-
tornado==6.5.1 ; python_version == "3.13"
79-
traitlets==5.14.3 ; python_version == "3.13"
80-
twine==6.1.0 ; python_version == "3.13"
81-
tzdata==2025.2 ; python_version == "3.13"
82-
urllib3==2.5.0 ; python_version == "3.13"
83-
wcwidth==0.2.13 ; python_version == "3.13"
1+
appnope==0.1.4 ; python_version >= "3.11" and python_version < "3.14" and platform_system == "Darwin"
2+
asttokens==3.0.0 ; python_version >= "3.11" and python_version < "3.14"
3+
backports-tarfile==1.2.0 ; python_version == "3.11" and platform_machine != "ppc64le" and platform_machine != "s390x"
4+
bashlex==0.18 ; python_version >= "3.11" and python_version < "3.14"
5+
bjpmodel==0.2.1 ; python_version >= "3.11" and python_version < "3.14"
6+
bracex==2.6 ; python_version >= "3.11" and python_version < "3.14"
7+
certifi==2025.7.14 ; python_version >= "3.11" and python_version < "3.14"
8+
cffi==1.17.1 ; python_version >= "3.11" and python_version < "3.14" and implementation_name == "pypy" or python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux" and platform_python_implementation != "PyPy"
9+
charset-normalizer==3.4.2 ; python_version >= "3.11" and python_version < "3.14"
10+
cibuildwheel==2.23.3 ; python_version >= "3.11" and python_version < "3.14"
11+
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.14" and sys_platform == "win32"
12+
comm==0.2.2 ; python_version >= "3.11" and python_version < "3.14"
13+
contourpy==1.3.2 ; python_version >= "3.11" and python_version < "3.14"
14+
cryptography==45.0.5 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux"
15+
cycler==0.12.1 ; python_version >= "3.11" and python_version < "3.14"
16+
cython==3.1.2 ; python_version >= "3.11" and python_version < "3.14"
17+
debugpy==1.8.15 ; python_version >= "3.11" and python_version < "3.14"
18+
decorator==5.2.1 ; python_version >= "3.11" and python_version < "3.14"
19+
dependency-groups==1.3.1 ; python_version >= "3.11" and python_version < "3.14"
20+
docutils==0.21.2 ; python_version >= "3.11" and python_version < "3.14"
21+
executing==2.2.0 ; python_version >= "3.11" and python_version < "3.14"
22+
filelock==3.18.0 ; python_version >= "3.11" and python_version < "3.14"
23+
fonttools==4.59.0 ; python_version >= "3.11" and python_version < "3.14"
24+
id==1.5.0 ; python_version >= "3.11" and python_version < "3.14"
25+
idna==3.10 ; python_version >= "3.11" and python_version < "3.14"
26+
importlib-metadata==8.7.0 ; python_version == "3.11" and platform_machine != "ppc64le" and platform_machine != "s390x"
27+
iniconfig==2.1.0 ; python_version >= "3.11" and python_version < "3.14"
28+
ipykernel==6.29.5 ; python_version >= "3.11" and python_version < "3.14"
29+
ipython-pygments-lexers==1.1.1 ; python_version >= "3.11" and python_version < "3.14"
30+
ipython==9.4.0 ; python_version >= "3.11" and python_version < "3.14"
31+
jaraco-classes==3.4.0 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x"
32+
jaraco-context==6.0.1 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x"
33+
jaraco-functools==4.2.1 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x"
34+
jedi==0.19.2 ; python_version >= "3.11" and python_version < "3.14"
35+
jeepney==0.9.0 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux"
36+
jupyter-client==8.6.3 ; python_version >= "3.11" and python_version < "3.14"
37+
jupyter-core==5.8.1 ; python_version >= "3.11" and python_version < "3.14"
38+
keyring==25.6.0 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x"
39+
kiwisolver==1.4.8 ; python_version >= "3.11" and python_version < "3.14"
40+
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "3.14"
41+
matplotlib-inline==0.1.7 ; python_version >= "3.11" and python_version < "3.14"
42+
matplotlib==3.10.3 ; python_version >= "3.11" and python_version < "3.14"
43+
mdurl==0.1.2 ; python_version >= "3.11" and python_version < "3.14"
44+
more-itertools==10.7.0 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x"
45+
nest-asyncio==1.6.0 ; python_version >= "3.11" and python_version < "3.14"
46+
nh3==0.3.0 ; python_version >= "3.11" and python_version < "3.14"
47+
normtransform==0.2.0 ; python_version >= "3.11" and python_version < "3.14"
48+
numpy==2.3.1 ; python_version >= "3.11" and python_version < "3.14"
49+
packaging==25.0 ; python_version >= "3.11" and python_version < "3.14"
50+
pandas==2.3.1 ; python_version >= "3.11" and python_version < "3.14"
51+
parso==0.8.4 ; python_version >= "3.11" and python_version < "3.14"
52+
pexpect==4.9.0 ; python_version >= "3.11" and python_version < "3.14" and sys_platform != "win32" and sys_platform != "emscripten"
53+
pillow==11.3.0 ; python_version >= "3.11" and python_version < "3.14"
54+
platformdirs==4.3.8 ; python_version >= "3.11" and python_version < "3.14"
55+
pluggy==1.6.0 ; python_version >= "3.11" and python_version < "3.14"
56+
prompt-toolkit==3.0.51 ; python_version >= "3.11" and python_version < "3.14"
57+
psutil==7.0.0 ; python_version >= "3.11" and python_version < "3.14"
58+
ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.14" and sys_platform != "win32" and sys_platform != "emscripten"
59+
pure-eval==0.2.3 ; python_version >= "3.11" and python_version < "3.14"
60+
pycparser==2.22 ; python_version >= "3.11" and python_version < "3.14" and implementation_name == "pypy" or python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux" and platform_python_implementation != "PyPy"
61+
pygments==2.19.2 ; python_version >= "3.11" and python_version < "3.14"
62+
pyparsing==3.2.3 ; python_version >= "3.11" and python_version < "3.14"
63+
pytest-github-actions-annotate-failures==0.2.0 ; python_version >= "3.11" and python_version < "3.14"
64+
pytest==8.4.1 ; python_version >= "3.11" and python_version < "3.14"
65+
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.14"
66+
pytz==2025.2 ; python_version >= "3.11" and python_version < "3.14"
67+
pywin32-ctypes==0.2.3 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "win32"
68+
pywin32==311 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.11" and python_version < "3.14"
69+
pyzmq==27.0.0 ; python_version >= "3.11" and python_version < "3.14"
70+
readme-renderer==44.0 ; python_version >= "3.11" and python_version < "3.14"
71+
requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "3.14"
72+
requests==2.32.4 ; python_version >= "3.11" and python_version < "3.14"
73+
rfc3986==2.0.0 ; python_version >= "3.11" and python_version < "3.14"
74+
rich==14.0.0 ; python_version >= "3.11" and python_version < "3.14"
75+
scipy==1.16.0 ; python_version >= "3.11" and python_version < "3.14"
76+
secretstorage==3.3.3 ; python_version >= "3.11" and python_version < "3.14" and platform_machine != "ppc64le" and platform_machine != "s390x" and sys_platform == "linux"
77+
setuptools==80.9.0 ; python_version >= "3.11" and python_version < "3.14"
78+
six==1.17.0 ; python_version >= "3.11" and python_version < "3.14"
79+
stack-data==0.6.3 ; python_version >= "3.11" and python_version < "3.14"
80+
tornado==6.5.1 ; python_version >= "3.11" and python_version < "3.14"
81+
traitlets==5.14.3 ; python_version >= "3.11" and python_version < "3.14"
82+
twine==6.1.0 ; python_version >= "3.11" and python_version < "3.14"
83+
typing-extensions==4.14.1 ; python_version == "3.11"
84+
tzdata==2025.2 ; python_version >= "3.11" and python_version < "3.14"
85+
urllib3==2.5.0 ; python_version >= "3.11" and python_version < "3.14"
86+
wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "3.14"
87+
zipp==3.23.0 ; python_version == "3.11" and platform_machine != "ppc64le" and platform_machine != "s390x"

requirements_builder.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
poetry export -f requirements.txt --output requirements.txt --without-hashes
2+

0 commit comments

Comments
 (0)