Skip to content

Commit

Permalink
Fix and update requirements.txt (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jun 8, 2023
1 parent fe68f39 commit e7aadae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dace/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.2'
__version__ = '0.14.3'
41 changes: 20 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
aenum==3.1.11
aenum==3.1.12
astunparse==1.6.3
chardet==3.0.4
click==7.1.2
cmake==3.18.2.post1
decorator==4.4.2
distro==1.5.0
blinker==1.6.2
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
dill==0.3.6
Flask==2.3.2
idna==2.10
itsdangerous==2.0.0a1
Jinja2==3.0.0a1
MarkupSafe==2.0.0a1
idna==3.4
importlib-metadata==6.6.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
mpmath==1.3.0
networkx==2.5
numpy>=1.21
packaging==20.4
networkx==3.1
numpy==1.24.3
ply==3.11
pyparsing==3.0.0a2
PyYAML==5.4
PyYAML==6.0
requests==2.31.0
scikit-build==0.11.1
six==1.15.0
sympy==1.7
urllib3==1.26.5
websockets==9.1
Werkzeug==2.2.3
six==1.16.0
sympy==1.9
urllib3==2.0.3
websockets==11.0.3
Werkzeug==2.3.5
zipp==3.15.0

0 comments on commit e7aadae

Please sign in to comment.