Skip to content

Commit

Permalink
update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
geomarceau committed Sep 28, 2023
1 parent 0e98aba commit 8b1ee4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bio = "^1.5.9"
multiprocess = "^0.70.15"
pandas = "^2.1.1"
psutil = "^5.9.5"
pyyaml = "^6.0.1"
pytest = "^7.4.2"
numpy = "^1.26.0"
cython = "^3.0.2"
pymuscle5 = {git = "https://github.com/althonos/pymuscle5"}
bio>=1.5.9,<1.6.0
multiprocess>=0.70.15,<0.71.0
pandas>=2.1.1,<2.2.0
psutil>=5.9.5,<6.0.0
pyyaml>=6.0.1,<7.0.0
pytest>=7.4.2,<8.0.0
numpy>=1.26.0,<2.0.0
cython>=3.0.2,<4.0.0
git+https://github.com/althonos/pymuscle5

0 comments on commit 8b1ee4f

Please sign in to comment.