File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -67,23 +67,16 @@ You can install Tunix in several ways:
67671 . From PyPI (recommended):
6868
6969``` sh
70- pip install tunix
70+ pip install " tunix[prod] "
7171```
7272
73- 2 . With development extras If you want to contribute or run tests and examples
74- locally:
75-
76- ```
77- pip install "tunix[dev]"
78- ```
79-
80- 3 . Directly from GitHub (latest main branch)
73+ 2 . Directly from GitHub (latest main branch)
8174
8275``` sh
8376pip install git+https://github.com/google/tunix
8477```
8578
86- 4 . From source (editable install) If you plan to modify the codebase and run it
79+ 3 . From source (editable install) If you plan to modify the codebase and run it
8780 in development mode:
8881
8982``` sh
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ classifiers = [
1919]
2020dependencies = [
2121 " datasets" ,
22- " flax>=0.12.0" ,
2322 " gcsfs" ,
2423 " grain" ,
2524 " huggingface_hub" ,
@@ -49,9 +48,11 @@ docs = [
4948 " sphinx-collections>=0.0.1" ,
5049 " sphinx_contributors" ,
5150]
51+ prod = [
52+ " flax>=0.12.0" ,
53+ ]
5254dev = [
53- " flax@git+https://github.com/google/flax" ,
54- " qwix@git+https://github.com/google/qwix" ,
55+ " flax>=0.11.2" ,
5556]
5657
5758[project .urls ]
You can’t perform that action at this time.
0 commit comments