Skip to content

Commit

Permalink
Merge pull request #184 from gganapavarapu/master
Browse files Browse the repository at this point in the history
upgrade pandas to 1.x versions
  • Loading branch information
vijay-arya authored Jul 17, 2023
2 parents 72fc421 + bbdf2ee commit 75eb9fb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"rbm": [
"matplotlib",
"pandas<=1.4.3",
"pandas<2.0.0",
"scipy>=0.17,<=1.10.1",
"scikit-learn<1.2.0",
"cvxpy>=1.1",
Expand All @@ -26,7 +26,7 @@
"tensorflow==1.14",
],
"cofrnet": [
"pandas<=1.4.3",
"pandas<2.0.0",
"torch",
"tqdm",
],
Expand All @@ -42,7 +42,7 @@
"rule_induction": [
"matplotlib",
"numba",
"pandas<=1.4.3",
"pandas<2.0.0",
"scikit-learn",
"nyoka",
"cvxpy",
Expand All @@ -57,7 +57,7 @@
"protodash": [
"scikit-learn",
"xport",
"scipy>=0.17,<=1.10.1",
"scipy>=0.17,<=1.10.1",
"cvxpy",
"requests",
],
Expand All @@ -75,24 +75,24 @@
"tensorflow==1.14",
"matplotlib",
"numba",
"pandas<=1.4.3",
"pandas<2.0.0",
"shap",
"tqdm",
],
"nncontrastive": [
"pandas<=1.4.3",
"pandas<2.0.0",
"tensorflow==2.9.3",
],
"tsice": [
"pandas<=1.4.3",
"pandas<2.0.0",
"scipy",
"plotly", # required for units
"ipython", # required for units
"kaleido", # required for units
"requests", # required for dataset and units
],
"tssaliency": [
"pandas<=1.4.3",
"pandas<2.0.0",
"requests", # required for dataset and units
],
"imd": [
Expand All @@ -105,12 +105,12 @@
"pygraphviz", # for creating graph visualization
],
"tslime": [
"pandas<=1.4.3",
"pandas<2.0.0",
"scipy",
"requests", # required for dataset and units
],
"gce": [
"pandas<=1.4.3",
"pandas<2.0.0",
"shap",
"numba<=0.56",
"requests", # required for dataset and units
Expand Down

0 comments on commit 75eb9fb

Please sign in to comment.