Skip to content

Commit

Permalink
Merge pull request #154 from trevorb1/test-errors-fix
Browse files Browse the repository at this point in the history
Downgrade Pandas
  • Loading branch information
trevorb1 authored Apr 11, 2023
2 parents 7a757fb + 66cb39e commit 3c6f04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ flatten_dict
importlib_resources; python_version<'3.7'
networkx
openpyxl
pandas
pandas_datapackage_reader
pandas<2.0
pydantic
pydot
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
pyyaml
pydot
importlib_resources; python_version<'3.7'
pandas>=1.1
pandas>=1.1, <2.0
amply>=0.1.4
networkx
flatten_dict
Expand Down

0 comments on commit 3c6f04e

Please sign in to comment.