Skip to content

Commit

Permalink
Set definitions for what Django and Pandas versions to use
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertubbs committed Jul 20, 2023
1 parent a4d88f6 commit c8721c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/lib/evaluations/dmod/evaluations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion python/lib/evaluations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
license='',
install_requires=[
'dmod-metrics',
'pandas',
'pandas~=2.0',
'xarray',
'h5py',
'jsonpath-ng',
Expand Down
2 changes: 1 addition & 1 deletion python/lib/modeldata/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
license="",
install_requires=[
"numpy>=1.20.1",
"pandas",
"pandas~=2.0",
"fiona",
"geopandas",
"dmod-communication>=0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wheel
Deprecated
cryptography
flask
pandas
pandas~=2.0
fiona
geopandas
gitpython
Expand All @@ -31,7 +31,7 @@ channels-redis
Pint
django_rq
requests
Django
Django~=4.0
scipy
xarray
python-dateutil
Expand Down

0 comments on commit c8721c6

Please sign in to comment.