Skip to content

Commit

Permalink
move pandas to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Oct 19, 2023
1 parent be2dc61 commit 07b9ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test": ["pytest", "pytest-cov", "pytest-xdist", "selenium==3.141", # prevent backtracking through all versions
"combinatrix @ git+https://github.com/CottageLabs/combinatrix.git@740d255f0050d53a20324df41c08981499bb292c#egg=combinatrix",
"bs4==0.0.1", # beautifulsoup for HTML parsing
"pandas==2.0.1"], # pandas lets us generate URLs for linkcheck
],
"docs": [
"featuremap @ git+https://github.com/CottageLabs/FeatureMap.git@cb52c345b942e50726767b1a7190f1a01b81e722#egg=featuremap",
"testbook @ git+https://github.com/CottageLabs/testbook.git@15a7c0cc25d951d989504d84c2ef3e24caaf56e9#egg=testbook"]
Expand Down

0 comments on commit 07b9ea7

Please sign in to comment.