Skip to content

Commit

Permalink
Merge pull request #162 from fabric-testbed/rel_1.3.5
Browse files Browse the repository at this point in the history
fixes dependencies to allow install on python3.10
  • Loading branch information
ibaldin authored Jan 19, 2023
2 parents e494e0f + c824fec commit 144c84c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 41 deletions.
2 changes: 1 addition & 1 deletion fim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
__VERSION__ = "1.3.4"
__VERSION__ = "1.3.5"

47 changes: 7 additions & 40 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,7 @@
astroid==2.4.2
bleach==3.3.0
certifi==2020.12.5
colorama==0.4.4
cycler==0.10.0
decorator==4.4.2
idna==2.10
importlib-metadata==3.7.3
iniconfig==1.1.1
isort==4.3.21
keyring==21.5.0
kiwisolver==1.3.1
lazy-object-proxy==1.4.3
matplotlib==3.5.1
mccabe==0.6.1
neo4j==4.1.0
networkx==2.8
networkx-query==1.0.1
packaging==20.8
pipdeptree==1.0.0
pkginfo==1.6.1
py==1.10.0
pycodestyle==2.6.0
Pygments==2.9.0
pyparsing==2.4.7
pytest==7.1.1
python-dateutil==2.8.2
pytz==2020.1
PyYAML==5.4
readme-renderer==29.0
recordclass==0.14.3
requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==1.4.0
six==1.15.0
toml==0.10.2
tqdm==4.54.1
typing-extensions==3.7.4.3
webencodings==0.5.1
wrapt==1.12.1
matplotlib>=3.5.1
neo4j>=4.1.0
networkx>=2.8
networkx-query>=1.0.1
PyYAML>=5.4
recordclass>=0.14.3
requests>=2.27.1

0 comments on commit 144c84c

Please sign in to comment.