|
1 | 1 | [project] |
2 | 2 | name = "example-fgen-basic" |
3 | | -version = "0.1.6.post1" |
| 3 | +version = "0.1.7" |
4 | 4 | description = "Basic example of using fgen" |
5 | 5 | authors = [ |
6 | 6 | { name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" }, |
@@ -100,6 +100,59 @@ full-locked = [ |
100 | 100 | "typing-extensions==4.12.2", |
101 | 101 | "zipp==3.23.0 ; python_full_version < '3.10'", |
102 | 102 | ] |
| 103 | +locked-locked = [ |
| 104 | + "attrs==25.3.0", |
| 105 | + "numpy==2.0.2 ; python_full_version < '3.10'", |
| 106 | + "numpy==2.2.6 ; python_full_version == '3.10.*'", |
| 107 | + "numpy==2.3.2 ; python_full_version >= '3.11'", |
| 108 | + "typing-extensions==4.12.2", |
| 109 | +] |
| 110 | +plots-locked-locked = [ |
| 111 | + "attrs==25.3.0", |
| 112 | + "contourpy==1.3.0 ; python_full_version < '3.10'", |
| 113 | + "contourpy==1.3.2 ; python_full_version == '3.10.*'", |
| 114 | + "contourpy==1.3.3 ; python_full_version >= '3.11'", |
| 115 | + "cycler==0.12.1", |
| 116 | + "fonttools==4.59.0", |
| 117 | + "importlib-resources==6.5.2 ; python_full_version < '3.10'", |
| 118 | + "kiwisolver==1.4.7 ; python_full_version < '3.10'", |
| 119 | + "kiwisolver==1.4.9 ; python_full_version >= '3.10'", |
| 120 | + "matplotlib==3.9.4 ; python_full_version < '3.10'", |
| 121 | + "matplotlib==3.10.5 ; python_full_version >= '3.10'", |
| 122 | + "numpy==2.0.2 ; python_full_version < '3.10'", |
| 123 | + "numpy==2.2.6 ; python_full_version == '3.10.*'", |
| 124 | + "numpy==2.3.2 ; python_full_version >= '3.11'", |
| 125 | + "packaging==24.2", |
| 126 | + "pillow==11.3.0", |
| 127 | + "pyparsing==3.2.3", |
| 128 | + "python-dateutil==2.9.0.post0", |
| 129 | + "six==1.17.0", |
| 130 | + "typing-extensions==4.12.2", |
| 131 | + "zipp==3.23.0 ; python_full_version < '3.10'", |
| 132 | +] |
| 133 | +full-locked-locked = [ |
| 134 | + "attrs==25.3.0", |
| 135 | + "contourpy==1.3.0 ; python_full_version < '3.10'", |
| 136 | + "contourpy==1.3.2 ; python_full_version == '3.10.*'", |
| 137 | + "contourpy==1.3.3 ; python_full_version >= '3.11'", |
| 138 | + "cycler==0.12.1", |
| 139 | + "fonttools==4.59.0", |
| 140 | + "importlib-resources==6.5.2 ; python_full_version < '3.10'", |
| 141 | + "kiwisolver==1.4.7 ; python_full_version < '3.10'", |
| 142 | + "kiwisolver==1.4.9 ; python_full_version >= '3.10'", |
| 143 | + "matplotlib==3.9.4 ; python_full_version < '3.10'", |
| 144 | + "matplotlib==3.10.5 ; python_full_version >= '3.10'", |
| 145 | + "numpy==2.0.2 ; python_full_version < '3.10'", |
| 146 | + "numpy==2.2.6 ; python_full_version == '3.10.*'", |
| 147 | + "numpy==2.3.2 ; python_full_version >= '3.11'", |
| 148 | + "packaging==24.2", |
| 149 | + "pillow==11.3.0", |
| 150 | + "pyparsing==3.2.3", |
| 151 | + "python-dateutil==2.9.0.post0", |
| 152 | + "six==1.17.0", |
| 153 | + "typing-extensions==4.12.2", |
| 154 | + "zipp==3.23.0 ; python_full_version < '3.10'", |
| 155 | +] |
103 | 156 |
|
104 | 157 | [dependency-groups] |
105 | 158 | dev = [ |
|
0 commit comments