Skip to content

Commit

Permalink
Less restrictive upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Jan 10, 2025
1 parent bd954f0 commit 7fb4939
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 35 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 24 additions & 26 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,41 +30,39 @@ nannyml = "nannyml.cli.cli:cli"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"

numpy = "^2.0"
numpy = ">=1.23"

scipy = "^1.13"
scipy = ">=1.9.2"

pandas = "^2.2"
pandas = ">=1.4"

scikit-learn = "^1.6"
scikit-learn = ">=1.3"

pyarrow = "^18.1"
pyarrow = ">=13.0"

python-dateutil = "^2.8.2"
joblib = "^1.1.0"
category-encoders = "^2.3.0"
python-dateutil = "^2.8"
joblib = "^1.1"
category-encoders = "^2.3"
matplotlib = "^3.7"
plotly = "^5.6.0"
seaborn = "^0.13.2"
kaleido = "0.2.1"
plotly = "^5.6"
seaborn = "^0.13"
kaleido = "0.2"

gcsfs = ">=2022.5.0"
pydantic = "^2.7.4"
rich = ">=12.5.1"
click = "^8.1.3"
gcsfs = ">=2022.5"
pydantic = ">=2.7"
rich = ">=12.5"
click = "^8.1"
PyYAML = "^6.0"
Jinja2 = "<3.1"
pyfiglet = "^0.8.post1"
lightgbm = "^3.3.2"
lightgbm = ">=3.3,<4.6"
FLAML = {extras = ["automl"], version = "^2.3.3"}
s3fs = ">=2022.8.2"
sqlmodel = {version = "^0.0.19", optional = true}
APScheduler = "^3.9.1"
psycopg2-binary = {version = "^2.9.3", optional = true}
segment-analytics-python = "^2.3.2"
python-dotenv = "^1.0"
types-pyyaml = "^6.0.12.8"
types-python-dateutil = "^2.8.19.10"
s3fs = ">=2022.8"
sqlmodel = {version = "^0.0", optional = true}
APScheduler = "^3.9"
psycopg2-binary = {version = "^2.9", optional = true}
segment-analytics-python = "^2.3"
python-dotenv = ">=1.0,<2.0"

[tool.poetry.extras]
db = ["sqlmodel", "psycopg2-binary"]
Expand Down Expand Up @@ -95,9 +93,9 @@ typing-extensions = "^4.4.0"
sphinx-toolbox = "^3.2.0"
pytest-lazy-fixture = "^0.6.3"
types-click = "^7.1.8"
types-python-dateutil = "^2.8.19.6"
types-PyYAML = "^6.0"
types-requests = "^2.31.0.3"
types-pyyaml = "^6.0.12.8"
types-python-dateutil = "^2.8.19.10"


[tool.black]
Expand Down

0 comments on commit 7fb4939

Please sign in to comment.