-
Notifications
You must be signed in to change notification settings - Fork 8
/
requirements.txt
28 lines (28 loc) · 1.09 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file was autogenerated by uv via the following command:
# uv pip compile setup.cfg -o requirements.txt --universal
aiosqlite==0.20.0
# via pyomop (setup.cfg)
click==8.1.7
# via pyomop (setup.cfg)
colorama==0.4.6 ; platform_system == 'Windows'
# via click
greenlet==3.1.1 ; (python_full_version < '3.13' and platform_machine == 'AMD64') or (python_full_version < '3.13' and platform_machine == 'WIN32') or (python_full_version < '3.13' and platform_machine == 'aarch64') or (python_full_version < '3.13' and platform_machine == 'amd64') or (python_full_version < '3.13' and platform_machine == 'ppc64le') or (python_full_version < '3.13' and platform_machine == 'win32') or (python_full_version < '3.13' and platform_machine == 'x86_64')
# via sqlalchemy
numpy==2.1.3
# via pandas
pandas==2.2.3
# via pyomop (setup.cfg)
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.36
# via pyomop (setup.cfg)
typing-extensions==4.12.2
# via
# aiosqlite
# sqlalchemy
tzdata==2024.2
# via pandas