Commit fd6be51
committed
install_requirements.py: remove unnecessary requirements
Duplicate requirements with the pyproject.toml > /dev/null
One unique devel reqiurement > requirements-dev.txt
Examples requirements > requirements-examples.txt
Nightlies stayed in the script.
Rationale: be as "normal" a Python project as seemed possible.
Test Plan: install_requirements.sh in a clean venv succeeded
ghstack-source-id: 115e64d
ghstack-comment-id: 2596313740
Pull Request resolved: #77051 parent 2704381 commit fd6be51
File tree
3 files changed
+14
-19
lines changed3 files changed
+14
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | 104 | | |
106 | 105 | | |
107 | | - | |
108 | | - | |
109 | 106 | | |
110 | | - | |
111 | 107 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 108 | | |
127 | 109 | | |
128 | 110 | | |
129 | 111 | | |
130 | 112 | | |
131 | | - | |
| 113 | + | |
132 | 114 | | |
133 | 115 | | |
134 | 116 | | |
| |||
139 | 121 | | |
140 | 122 | | |
141 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
142 | 128 | | |
143 | 129 | | |
144 | 130 | | |
| |||
158 | 144 | | |
159 | 145 | | |
160 | 146 | | |
| 147 | + | |
| 148 | + | |
161 | 149 | | |
162 | 150 | | |
163 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments