Skip to content

Commit 0833703

Browse files
Merge pull request #20 from amazon-science/py311
Pinning versions
2 parents 7cbefc2 + d4eb1ce commit 0833703

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

pyproject.toml

+18-19
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,30 @@ authors = [
1010
]
1111
description = ""
1212
readme = "README.md"
13-
requires-python = ">=3.11.11"
13+
requires-python = ">=3.11"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Operating System :: OS Independent",
1717
]
1818
license-files = ["LICENSE"]
1919
dependencies = [
20-
"pytest",
21-
"autoenum",
22-
"requests",
23-
"pyyaml",
24-
"urllib3",
25-
"pandas==2.*",
26-
"numpy",
27-
"pydantic>=2.10.5",
28-
"xlrd",
29-
"XlsxWriter",
30-
"openpyxl",
31-
"fastparquet",
32-
"pyarrow",
33-
"s3fs",
34-
"tqdm",
35-
"boto3",
36-
"cloudpickle>=3.0.0",
37-
"scikit-learn",
20+
"autoenum==1.0.2",
21+
"boto3==1.36.19",
22+
"cloudpickle==3.1.1",
23+
"fastparquet==2024.11.0",
24+
"numpy==1.26.4",
25+
"openpyxl==3.1.5",
26+
"pandas==2.2.1",
27+
"pyarrow==14.0.2",
28+
"pydantic==2.10.6",
29+
"pytest==8.3.4",
30+
"pyyaml==6.0.2",
31+
"requests==2.32.3",
32+
"s3fs==0.4.2",
33+
"scikit-learn==1.6.1",
34+
"tqdm==4.67.1",
35+
"urllib3==2.3.0",
36+
"xlrd==2.0.1"
3837
]
3938

4039
[project.optional-dependencies]

0 commit comments

Comments
 (0)