Skip to content

Commit

Permalink
Pandas version and python version fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Nov 14, 2021
1 parent b15d56d commit a43aaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"scipy>=1.6.1",
"jarvis-tools>=2021.07.19",
"torch>=1.7.1",
"dgl-cu101>=0.6.0",
"dgl>=0.6.0",
"dgl-cu111>=0.6.0",
"scikit-learn>=0.22.2",
"matplotlib>=3.4.1",
"tqdm>=4.60.0",
"pandas>=1.0.5",
"pandas>=1.2.3",
"pytorch-ignite>=0.4.7",
"pydantic>=1.8.1",
"flake8>=3.9.1",
Expand Down

0 comments on commit a43aaab

Please sign in to comment.