Skip to content

Commit

Permalink
improving requirements #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 27, 2025
1 parent f1ef183 commit 5b8a4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/req_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# additional requirements for a developer system for GUI testing and wheel creation
build>=0.7.0
flake8
pre-commit>=3.5.0
pyautogui>=0.9.53
pyinstaller>=6.1.0
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ezdxf>=0.17
fmpy>=0.3.5,!=0.3.17
lxml>=4.5.0
matplotlib>=3.1.2
ortools>=9.4.1874; python_version < '3.13'
ortools>=9.4.1874; python_version < '3.13'; sys_platform != 'darwin'
pandas>=1.2.4
pandas_read_xml>=0.3.1
pillow>=10.3.0; python_version >= '3.8'
Expand Down

1 comment on commit 5b8a4d1

@namdre
Copy link
Contributor

@namdre namdre commented on 5b8a4d1 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this is responsible for

ERROR: Exception:
Traceback (most recent call last):
  File "/home/runner/work/sumo/sumo/testenv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py", line 278, in __init__
    self._markers = _coerce_parse_result(MARKER.parseString(marker))
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/sumo/sumo/testenv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py", line 256, in _inner
    return fn(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/work/sumo/sumo/testenv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py", line 1190, in parse_string
    raise exc.with_traceback(None)
pip._vendor.pyparsing.exceptions.ParseException: Expected string_end, found ';'  (at char 23), (line:1, col:24)

Please sign in to comment.