Skip to content

Commit

Permalink
fix: relax numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dym-ok committed Oct 25, 2023
1 parent 03da8bc commit fb73eca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "ds-toolkit"
version = "0.1.0"
version = "0.1.1"
description = "Utility package for SMG Real Estate DS team"
authors = ["Dmytro Yurchenko <dmytro.yurchenko@swissmarketplace.group>"]
license = "PROPRIETARY"
readme = "README.md"
packages = [{include = "ds_toolkit"}]

[tool.poetry.dependencies]
python = "^3.9"
numpy = "^1.24.3"
python = "^3.8"
numpy = "^1.24.0"

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit fb73eca

Please sign in to comment.