Skip to content

Commit

Permalink
made install reqs less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
varchasgopalaswamy committed Jun 26, 2023
1 parent c9e7b2e commit 75f0579
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"h5py ~= 3.8.0",
"h5py >= 3.8.0",
"loguru >= 0.6.0",
"aenum ~= 3.1.11",
"numpy ~= 1.23.5",
"pandas ~= 1.5.1",
"joblib ~= 1.2.0",
"aenum >= 3.1.11",
"numpy >= 1.23.5",
"pandas >= 1.5.1",
"joblib >= 1.2.0",
"typing_extensions >= 4.6.3",
]
dynamic = ["version"]
Expand Down

0 comments on commit 75f0579

Please sign in to comment.