Skip to content

Commit

Permalink
updating python dependencies to correct versions #3 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 1, 2025
1 parent 60a9b13 commit bcfab74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions tools/req_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
# the "normal" requirements should be used in addition
ortools==9.10.4067; python_version >= '3.8' and python_version < '3.13'
pandas<2.2.0; python_version < '3.13'
matplotlib==3.6.3; python_version < '3.12'
contourpy==1.0.7; python_version < '3.12'
18 changes: 9 additions & 9 deletions tools/req_test_server.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# these requirements reflect the test server setup
contourpy==1.0.7
ezdxf==1.1.3
fmpy==0.3.13
lxml==4.8.0
fmpy==0.3.21
lxml==5.2.1
matplotlib==3.6.3
ortools==9.5.2237
pandas==1.3.5
ortools==9.10.4067
pandas==2.1.4
pandas_read_xml==0.3.1
polib==1.1.1
pulp==2.5.1
pyautogui==0.9.53
pulp==2.7.0
pyautogui==0.9.54
pyperclip==1.8.2
pyproj==3.3.0
rtree==0.9.7
scipy==1.8.0
pyproj==3.6.1
rtree==1.2.0
scipy==1.11.4

0 comments on commit bcfab74

Please sign in to comment.