Skip to content

Commit

Permalink
Unpin depedencies and remove pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
snuderl committed Sep 21, 2023
1 parent 3876cd5 commit d6e623c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ classifiers = [
]

[tool.poetry.dependencies]
numpy = "^1.23.1"
pandas = "^1.4.3"
numpy = ">=1.23.1"
pydantic = ">=1.9.1,<2.3"
python = ">=3.10,<3.12"
requests = "^2.28.1"
scipy = "^1.9.0"
requests = ">=2.28.1"
scipy = ">=1.9.0"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
Expand All @@ -39,7 +38,7 @@ pre-commit = "^2.19.0"
pytest = "^7.1"
pytest-cov = "^3.0"
pytest-mock = "^3.10.0"
types-requests = "^2.28.6"
types-requests = ">=2.28.6"

[tool.black]
line-length = 88
Expand Down

0 comments on commit d6e623c

Please sign in to comment.