davidberenstein1957 HF staff commited on
Commit
d98f44c
·
1 Parent(s): 6d59547

fix installation of dependencies for the package with package finders

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. pyproject.toml +6 -0
  3. uv.lock +0 -0
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app/app.py
9
  pinned: false
10
  ---
11
 
12
- # Feel
13
 
14
  This is a project to create a continuous training application.
15
 
@@ -48,11 +48,11 @@ To install the required dependencies, run the following commands:
48
  ### ML Dependencies
49
 
50
  ```bash
51
- uv install ml
52
  ```
53
 
54
  ### App Dependencies
55
 
56
  ```bash
57
- uv install app
58
  ```
 
9
  pinned: false
10
  ---
11
 
12
+ # Feel
13
 
14
  This is a project to create a continuous training application.
15
 
 
48
  ### ML Dependencies
49
 
50
  ```bash
51
+ uv pip install ".[ml]"
52
  ```
53
 
54
  ### App Dependencies
55
 
56
  ```bash
57
+ uv pip install ".[app]"
58
  ```
pyproject.toml CHANGED
@@ -10,6 +10,12 @@ dependencies = [
10
  "ipykernel>=6.29.5",
11
  ]
12
 
 
 
 
 
 
 
13
  [dependency-groups]
14
  ml = [
15
  "trl>=0.12.2",
 
10
  "ipykernel>=6.29.5",
11
  ]
12
 
13
+ [tool.setuptools.packages.find]
14
+ where = [
15
+ "ml",
16
+ "app",
17
+ ]
18
+
19
  [dependency-groups]
20
  ml = [
21
  "trl>=0.12.2",
uv.lock ADDED
The diff for this file is too large to render. See raw diff