Skip to content

Commit

Permalink
Test pandas to <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Nov 18, 2023
1 parent 5bad82f commit 4c95be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required
pyomo
pandas
pandas<2.0
numpy
scipy

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MAINTAINER_EMAIL = '[email protected]'
LICENSE = 'Revised BSD'
URL = 'https://github.com/sandialabs/chama'
DEPENDENCIES = ['pyomo', 'pandas', 'numpy', 'scipy']
DEPENDENCIES = ['pyomo', 'pandas<2.0', 'numpy', 'scipy']

# use README file as the long description
file_dir = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 4c95be1

Please sign in to comment.