File tree 9 files changed +28
-546
lines changed
9 files changed +28
-546
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ can find the source for the following packages:
12
12
providing convenience functions for working with scikit-learn models in the
13
13
Nextmv platform.
14
14
15
- Please refer to the individual package READMEs for more information .
15
+ To learn more about the SDKs, visit the [ docs ] [ docs ] .
16
16
17
- ** IMPORTANT!**
18
- > Please review the LICENSE on each package, as they may not all have the same
19
- > license.
17
+ ** IMPORTANT** : Please review the LICENSE on each package, as they may not all
18
+ have the same license.
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/overview
Original file line number Diff line number Diff line change 3
3
Welcome to ` nextmv-gurobipy ` , an SDK for integrating Gurobi with the Nextmv
4
4
platform.
5
5
6
- ** IMPORTANT! **
7
- > Please note that ` nextmv-gurobipy ` is provided as _ source-available _ software
8
- > (not _ open-source _ ) .
6
+ ** IMPORTANT** : Please note that ` nextmv-gurobipy ` is provided as
7
+ _ source-available _ software (not _ open-source _ ). For further information,
8
+ please refer to the [ LICENSE ] ( ./LICENSE.md ) file .
9
9
10
- For further information, please refer to the [ LICENSE ] ( ./LICENSE.md ) file .
10
+ To learn more about ` nextmv-gurobipy ` , visit the [ docs ] [ docs ] .
11
11
12
12
## Installation
13
13
@@ -16,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
16
16
``` bash
17
17
pip install nextmv-gurobipy
18
18
```
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/nextmv-gurobipy/installation
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
18
18
]
19
19
dependencies = [
20
20
" gurobipy>=12.0.1" ,
21
- " nextmv>=0.17.1 "
21
+ " nextmv>=0.18.0 "
22
22
]
23
23
description = " An SDK for integrating Gurobi with the Nextmv platform"
24
24
dynamic = [
@@ -44,7 +44,7 @@ requires-python = ">=3.9"
44
44
45
45
[project .urls ]
46
46
Homepage = " https://www.nextmv.io"
47
- Documentation = " https://www.nextmv.io/docs"
47
+ Documentation = " https://www.nextmv.io/docs/python-sdks/nextmv-gurobipy/installation "
48
48
Repository = " https://github.com/nextmv-io/nextmv-py"
49
49
50
50
[tool .hatch .version ]
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ build>=1.0.3
2
2
ruff >= 0.1.7
3
3
twine >= 4.0.2
4
4
gurobipy >= 12.0.1
5
- nextmv >= 0.17.1
5
+ nextmv >= 0.18.0
Original file line number Diff line number Diff line change 3
3
Welcome to ` nextmv-scikit-learn ` , an SDK for integrating scikit-learn with the
4
4
Nextmv platform.
5
5
6
- ## License
6
+ ** IMPORTANT** : Please note that ` nextmv-scikit-learn ` is provided as
7
+ _ source-available_ software (not _ open-source_ ). For further information,
8
+ please refer to the [ LICENSE] ( ./LICENSE.md ) file.
7
9
8
- ** IMPORTANT!**
9
- > Please note that ` nextmv-scikit-learn ` is provided as _ source-available_
10
- > software (not _ open-source_ ).
11
-
12
- For further information, please refer to the [ LICENSE] ( ./LICENSE.md ) file.
10
+ To learn more about ` nextmv-scikit-learn ` , visit the [ docs] [ docs ] .
13
11
14
12
## Installation
15
13
@@ -18,3 +16,5 @@ Requires Python `>=3.9`. Install using `pip`:
18
16
``` bash
19
17
pip install nextmv-scikit-learn
20
18
```
19
+
20
+ [ docs ] : https://nextmv.io/docs/python-sdks/nextmv-scikit-learn/installation
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ classifiers = [
18
18
]
19
19
dependencies = [
20
20
" scikit-learn>=1.6.1" ,
21
- " nextmv>=0.17.1 "
21
+ " nextmv>=0.18.0 "
22
22
]
23
23
description = " An SDK for integrating scikit-learn with the Nextmv platform"
24
24
dynamic = [
@@ -44,7 +44,7 @@ requires-python = ">=3.9"
44
44
45
45
[project .urls ]
46
46
Homepage = " https://www.nextmv.io"
47
- Documentation = " https://www.nextmv.io/docs"
47
+ Documentation = " https://www.nextmv.io/docs/python-sdks/nextmv-scikit-learn/installation "
48
48
Repository = " https://github.com/nextmv-io/nextmv-py"
49
49
50
50
[tool .hatch .version ]
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ build>=1.0.3
2
2
ruff >= 0.1.7
3
3
twine >= 4.0.2
4
4
scikit-learn >= 1.6.1
5
- nextmv >= 0.17.1
5
+ nextmv >= 0.18.0
6
6
pydantic >= 2.5.2
You can’t perform that action at this time.
0 commit comments