Commit 76d4182
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: e16c655
ghstack-comment-id: 2596313740
Pull Request resolved: #77051 parent 21c83fb commit 76d4182
2 files changed
+10
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
111 | | - | |
112 | 109 | | |
113 | | - | |
114 | 110 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 111 | | |
130 | 112 | | |
131 | 113 | | |
132 | 114 | | |
133 | | - | |
134 | | - | |
135 | | - | |
| 115 | + | |
136 | 116 | | |
137 | 117 | | |
138 | 118 | | |
| |||
142 | 122 | | |
143 | 123 | | |
144 | 124 | | |
| 125 | + | |
| 126 | + | |
145 | 127 | | |
146 | 128 | | |
147 | 129 | | |
| |||
161 | 143 | | |
162 | 144 | | |
163 | 145 | | |
| 146 | + | |
| 147 | + | |
164 | 148 | | |
165 | 149 | | |
166 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments