Skip to content

Commit

Permalink
chore: narrow dependencies, bump version number to prepare for v0.4.1…
Browse files Browse the repository at this point in the history
… release (#251)
  • Loading branch information
danielolsen authored Jan 5, 2022
1 parent 75395ea commit 98131dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pytest-cov = "*"
bokeh = "==2.0.2"
h5pyd = "~=0.8"
matplotlib = "~=3.3"
numpy = "~=1.20"
numpy = "~=1.21.0"
pandas = "~=1.1.2"
python-dateutil = "==2.7.5"
requests = "~=2.25"
scipy = "~=1.6"
scipy = "~=1.7.0"
tqdm = "==4.29.1"
xlrd = "==1.2.0"
netCDF4 = "==1.5.4"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ bokeh==2.0.2
h5pyd~=0.8
matplotlib~=3.3
netCDF4==1.5.4
numpy~=1.20
numpy~=1.21.0
pandas~=1.1.2
powersimdata~=0.4.4
pyproj==2.6.1.post1
python-dateutil==2.7.5
requests~=2.25
scipy~=1.6
scipy~=1.7.0
tqdm==4.29.1
xlrd==1.2.0
nrel-pysam~=2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = prereise
version = 0.4
version = 0.4.1
author = Breakthrough Energy
author_email = [email protected]
description = Create and run an energy scenario
Expand Down

0 comments on commit 98131dd

Please sign in to comment.