Skip to content

Commit 9206fa0

Browse files
committed
version bumps
1 parent f0e6899 commit 9206fa0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3030
run: |
31-
python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@0b1125eff782a0750ab0701be9edeb2620dba409#egg=vplanet
31+
python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@b1594c1c8b714803248762ab7a4ea5a034c25c39#egg=vplanet
3232
python -m pip uninstall -y vplot
3333
3434
- name: Run vplanet

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2727
run: |
28-
python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@0b1125eff782a0750ab0701be9edeb2620dba409#egg=vplanet
28+
python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@b1594c1c8b714803248762ab7a4ea5a034c25c39#egg=vplanet
2929
python -m pip uninstall -y vplot
3030
3131
- name: Install vplot

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3232
run: |
3333
python -m venv venv-sdist
34-
venv-sdist/bin/python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@0b1125eff782a0750ab0701be9edeb2620dba409#egg=vplanet
34+
venv-sdist/bin/python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@b1594c1c8b714803248762ab7a4ea5a034c25c39#egg=vplanet
3535
venv-sdist/bin/python -m pip uninstall -y vplot
3636
venv-sdist/bin/python -m pip install dist/vplot*.tar.gz
3737
venv-sdist/bin/python -c "import vplot; print(vplot.__version__)"
@@ -42,7 +42,7 @@ jobs:
4242
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4343
run: |
4444
python -m venv venv-wheel
45-
venv-wheel/bin/python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@0b1125eff782a0750ab0701be9edeb2620dba409#egg=vplanet
45+
venv-wheel/bin/python -m pip install git+https://[email protected]/VirtualPlanetaryLaboratory/vplanet-private.git@b1594c1c8b714803248762ab7a4ea5a034c25c39#egg=vplanet
4646
venv-wheel/bin/python -m pip uninstall -y vplot
4747
venv-wheel/bin/python -m pip install dist/vplot*.whl
4848
venv-wheel/bin/python -c "import vplot; print(vplot.__version__)"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"numpy>=1.19.4",
2525
"matplotlib>=3.4.2",
2626
"astropy>=4.2.1",
27-
# "vplanet", # TODO: pin to >= some minimum version
27+
"vplanet>=2.0.0",
2828
],
2929
entry_points={
3030
"console_scripts": ["vplot=vplot.command_line:_entry_point"]

0 commit comments

Comments
 (0)