Skip to content

Commit

Permalink
update requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley committed Jan 12, 2021
1 parent f0ddc8b commit c25423d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ requires = [
"pandas >=0.24,<1.3",
"numpy >=1.16,<1.20",
"scipy >=1.2,<1.6",
"pyyaml ==5.0.*",
"pyyaml >=5.0",
"joblib >=0.13,<=1.0",
"gamma-pytools ==1.*",
"sklearndf ==1.*",
"gamma-pytools >=1.0.1",
"sklearndf >=1.0.1",
]

requires-python = ">=3.6,<3.9"
Expand Down

0 comments on commit c25423d

Please sign in to comment.