Skip to content

Commit

Permalink
Merge pull request #114 from arup-group/loosen_test_dependency_constr…
Browse files Browse the repository at this point in the history
…aints

Loosen version constraints for various pytest-related dependencies
  • Loading branch information
mfitz authored Apr 8, 2022
2 parents 3570bd8 + 1110bdd commit 1c3f423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Pyomo==5.7.3
Pygments==2.7.4
pyparsing==2.4.7
pyproj>=3.1.0
pytest==6.2.5
pytest-cov==2.12.1
pytest-mock==3.1.0
pytest-xdist==2.3.0
pytest>=6.0.0
pytest-cov>=2.0.0
pytest-mock>=3.0.0
pytest-xdist>=2.0.0
python-dateutil==2.8.1
pytz==2020.1
PyUtilib>=5.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="genet",
version="0.0.1",
version="1.0.1",
author="Kasia Kozlowska",
author_email="",
description="MATSim network scenario generator",
Expand Down

0 comments on commit 1c3f423

Please sign in to comment.