forked from Lainports/freebsd-ports
Weasel lets you manage and share end-to-end workflows for different use cases and domains, and orchestrate training, packaging and serving your custom pipelines. You can start off by cloning a pre-defined project template, adjust it to fit your needs, load in your data, train a pipeline, export it as a Python package, upload your outputs to a remote storage and share your results with your team. Weasel can be used via the weasel command and we provide templates in our projects repo.
11 lines
307 B
INI
11 lines
307 B
INI
--- setup.cfg.orig 2023-11-06 16:07:56 UTC
|
|
+++ setup.cfg
|
|
@@ -37,7 +37,7 @@ install_requires =
|
|
wasabi>=0.9.1,<1.2.0
|
|
srsly>=2.4.3,<3.0.0
|
|
typer>=0.3.0,<0.10.0
|
|
- cloudpathlib>=0.7.0,<0.17.0
|
|
+ cloudpathlib>=0.7.0
|
|
smart-open>=5.2.1,<7.0.0
|
|
requests>=2.13.0,<3.0.0
|
|
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
|