HaLim commited on
Commit
af12479
·
1 Parent(s): f73a608

update setup .py

Browse files
Files changed (1) hide show
  1. setup.py +17 -15
setup.py CHANGED
@@ -8,21 +8,23 @@ setup(
8
  author_email="hjun@unicef.org",
9
  packages=find_packages(),
10
  install_requires=[
11
- "absl-py==2.3.1",
12
- "dotenv==0.9.9",
13
- "immutabledict==4.2.1",
14
- "numpy==2.2.6",
15
- "ortools==9.14.6206",
16
- "pandas==2.3.1",
17
- "protobuf==6.31.1",
18
- "psycopg2-binary==2.9.9",
19
- "python-dateutil==2.9.0.post0",
20
- "python-dotenv==1.0.0",
21
- "pytz==2025.2",
22
- "six==1.17.0",
23
- "SQLAlchemy==2.0.36",
24
- "typing_extensions==4.14.1",
25
- "tzdata==2025.2",
 
 
26
  ],
27
  python_requires=">=3.10,<3.11",
28
  )
 
8
  author_email="hjun@unicef.org",
9
  packages=find_packages(),
10
  install_requires=[
11
+ "absl-py>=2.3.1",
12
+ "dotenv>=0.9.9",
13
+ "immutabledict>=4.2.1",
14
+ "numpy>=2.2.0",
15
+ "ortools>=9.14.0",
16
+ "pandas>=2.3.0",
17
+ "plotly>=5.24.0",
18
+ "protobuf>=3.20,<6",
19
+ "psycopg2-binary>=2.9.9",
20
+ "python-dateutil>=2.9.0",
21
+ "python-dotenv>=1.0.0",
22
+ "pytz>=2025.2",
23
+ "six>=1.17.0",
24
+ "SQLAlchemy>=2.0.36",
25
+ "streamlit>=1.39.0",
26
+ "typing_extensions>=4.14.0",
27
+ "tzdata>=2025.2",
28
  ],
29
  python_requires=">=3.10,<3.11",
30
  )