Skip to content

Commit d4a04fb

Browse files
authored
Merge pull request #310 from FormingWorlds/ls/proteus-to-pypi
ls/proteus to pypi
2 parents 415d4a4 + ca2493b commit d4a04fb

File tree

6 files changed

+177
-5
lines changed

6 files changed

+177
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ authors:
3232
orcid: "https://orcid.org/0000-0002-0673-4860"
3333

3434
title: "PROTEUS"
35-
version: 24.10.30
35+
version: 24.12.11
3636
doi: 10.xx/xx.xx
3737
date-released: 2024-10-30
3838
url: "https://github.com/FormingWorlds/PROTEUS"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The versioning scheme we use is [CalVer](https://calver.org/).
100100
0. Update requirements files:
101101

102102
```console
103-
python tools/requirements_txt.py
103+
python tools/generate_requirements_txt.py
104104
pip-compile -o requirements_full.txt pyproject.toml
105105
```
106106

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66
[project]
77
name = "fwl-proteus"
8-
version = "24.10.30"
8+
version = "24.12.11"
99
description = "Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
@@ -123,7 +123,7 @@ indent-style = "space"
123123

124124
[tool.bumpversion]
125125
# https://callowayproject.github.io/bump-my-version/howtos/calver/
126-
current_version = "24.10.30"
126+
current_version = "24.12.11"
127127
parse = """(?x) # Verbose mode
128128
(?P<release> # The release part
129129
(?:[1-9][0-9])\\. # YY.

requirements.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# generated by tools/generate_requirements_txt.py
2+
attrs
3+
cattrs
4+
fwl-janus>=24.11.05
5+
fwl-mors>=24.11.18
6+
fwl-calliope>=24.9.10
7+
fwl-zephyrus>=24.10.15
8+
aragog>=0.1.8a0
9+
cmcrameri
10+
juliacall
11+
matplotlib
12+
netCDF4
13+
numpy
14+
pandas
15+
scipy

requirements_full.txt

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=requirements_full.txt pyproject.toml
6+
#
7+
aragog==0.1.8a0
8+
# via fwl-proteus (pyproject.toml)
9+
attrs==24.2.0
10+
# via
11+
# cattrs
12+
# fwl-proteus (pyproject.toml)
13+
cattrs==24.1.2
14+
# via fwl-proteus (pyproject.toml)
15+
certifi==2024.8.30
16+
# via
17+
# netcdf4
18+
# requests
19+
cftime==1.6.4.post1
20+
# via netcdf4
21+
charset-normalizer==3.4.0
22+
# via requests
23+
click==8.1.7
24+
# via
25+
# aragog
26+
# fwl-janus
27+
# fwl-mors
28+
cmcrameri==1.9
29+
# via
30+
# fwl-calliope
31+
# fwl-proteus (pyproject.toml)
32+
contourpy==1.3.1
33+
# via matplotlib
34+
cycler==0.12.1
35+
# via matplotlib
36+
f90nml==1.4.4
37+
# via fwl-janus
38+
fonttools==4.55.3
39+
# via matplotlib
40+
fwl-calliope==24.9.10
41+
# via fwl-proteus (pyproject.toml)
42+
fwl-janus==24.11.5
43+
# via fwl-proteus (pyproject.toml)
44+
fwl-mors==24.11.18
45+
# via
46+
# fwl-proteus (pyproject.toml)
47+
# fwl-zephyrus
48+
fwl-zephyrus==24.10.15
49+
# via fwl-proteus (pyproject.toml)
50+
idna==3.10
51+
# via requests
52+
juliacall==0.9.23
53+
# via fwl-proteus (pyproject.toml)
54+
juliapkg==0.1.15
55+
# via juliacall
56+
kiwisolver==1.4.7
57+
# via matplotlib
58+
matplotlib==3.9.3
59+
# via
60+
# aragog
61+
# cmcrameri
62+
# fwl-calliope
63+
# fwl-janus
64+
# fwl-mors
65+
# fwl-proteus (pyproject.toml)
66+
# fwl-zephyrus
67+
# seaborn
68+
natsort==8.4.0
69+
# via fwl-janus
70+
netcdf4==1.7.2
71+
# via
72+
# aragog
73+
# fwl-janus
74+
# fwl-proteus (pyproject.toml)
75+
numpy==1.26.4
76+
# via
77+
# aragog
78+
# cftime
79+
# cmcrameri
80+
# contourpy
81+
# fwl-calliope
82+
# fwl-janus
83+
# fwl-mors
84+
# fwl-proteus (pyproject.toml)
85+
# fwl-zephyrus
86+
# matplotlib
87+
# netcdf4
88+
# pandas
89+
# scipy
90+
# seaborn
91+
# thermochem
92+
osfclient==0.0.5
93+
# via
94+
# aragog
95+
# fwl-janus
96+
# fwl-mors
97+
packaging==24.2
98+
# via
99+
# cmcrameri
100+
# matplotlib
101+
pandas==2.2.3
102+
# via
103+
# fwl-janus
104+
# fwl-proteus (pyproject.toml)
105+
# seaborn
106+
# thermochem
107+
pillow==11.0.0
108+
# via matplotlib
109+
platformdirs==3.11.0
110+
# via
111+
# aragog
112+
# fwl-janus
113+
# fwl-mors
114+
pyparsing==3.2.0
115+
# via matplotlib
116+
python-dateutil==2.9.0.post0
117+
# via
118+
# matplotlib
119+
# pandas
120+
pytz==2024.2
121+
# via pandas
122+
requests==2.32.3
123+
# via
124+
# fwl-janus
125+
# osfclient
126+
scipy==1.14.1
127+
# via
128+
# aragog
129+
# fwl-calliope
130+
# fwl-janus
131+
# fwl-mors
132+
# fwl-proteus (pyproject.toml)
133+
# thermochem
134+
seaborn==0.13.2
135+
# via fwl-janus
136+
semver==3.0.2
137+
# via juliapkg
138+
six==1.17.0
139+
# via
140+
# osfclient
141+
# python-dateutil
142+
thermochem==0.8.2
143+
# via aragog
144+
toml==0.10.2
145+
# via fwl-janus
146+
tomlkit==0.13.2
147+
# via fwl-janus
148+
tqdm==4.67.1
149+
# via osfclient
150+
typed-configparser==1.1.0
151+
# via aragog
152+
typing-extensions==4.12.2
153+
# via aragog
154+
tzdata==2024.2
155+
# via pandas
156+
urllib3==2.2.3
157+
# via requests

src/proteus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .proteus import Proteus
44

5-
__version__ = '24.10.30'
5+
__version__ = '24.12.11'
66

77
__all__ = ['Proteus']

0 commit comments

Comments
 (0)