Skip to content

Commit

Permalink
Merge pull request #430 from SpiNNakerManchester/lxml
Browse files Browse the repository at this point in the history
removed lxml requirement
  • Loading branch information
andrewgait committed Apr 13, 2022
2 parents 4ef3f23 + 832bbce commit 7a7ffba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

future
lxml
jsonschema < 4.4; python_version == '3.6'
jsonschema; python_version >= '3.7'
sortedcollections
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
install_requires=[
'SpiNNUtilities == 1!6.0.1',
'SpiNNMachine == 1!6.0.1',
'lxml',
"jsonschema < 4.4; python_version == '3.6'",
"jsonschema; python_version >= '3.7'",
"sortedcollections"],
Expand Down

0 comments on commit 7a7ffba

Please sign in to comment.