Skip to content

Commit

Permalink
Merge pull request #132 from sibyl-dev/dev
Browse files Browse the repository at this point in the history
Release v0.1.0.1
  • Loading branch information
zyteka authored Feb 22, 2024
2 parents 149067b + ed25501 commit f597a7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
mongodb-version: ['5.0', '6.0']
exclude:
- os: "ubuntu-latest"
mongodb-version: "5.0"
- os: "windows-latest"
mongodb-version: "6.0"
mongodb-version: ['6.0', '7.0']

runs-on: ${{ matrix.os }}
timeout-minutes: 25
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

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

15 changes: 6 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,26 @@ python = ">=3.9,<3.9.7 || >3.9.7,<3.12"
click = "^8.1.3"
pyyaml = "^6.0"
pyreal = "^0.4.7"
black = {extras = ["jupyter"], version = "^23.7.0"}
greenlet = "^2.0.2"
gevent = "^23.9.0.post1"
tqdm = "^4.66.1"
streamlit = {version = "^1.29.0", optional = true}

[tool.poetry.group.general.dependencies]
passlib = "^1.7.4"
termcolor = "^2.0.1"
xgboost = "0.90"

[tool.poetry.group.math.dependencies]
numpy = "^1.23.3"
pandas = "^1.5.0"

[tool.poetry.group.web-server.dependencies]
# ML Dependencies
xgboost = "0.90"

# Web server dependencies
Flask = "2.2.2"
Flask-Cors = "3.0.10"
Flask-RESTful = "0.3.9"
Werkzeug = "2.2.2"
flasgger = "0.9.5"

[tool.poetry.group.database.dependencies]
# Database dependencies
mongoengine = "^0.24.2"
pymongo = "^4.2.0"

Expand All @@ -73,7 +70,7 @@ Sphinx = ">=5.2.3"
# Style Dependencies
flake8 = "^5.0.4"
isort = "^5.11.4"
black = "^23.1.0"
black = {extras = ["jupyter"], version = "^23.7.0"}

[tool.poetry.group.setup]
optional = true
Expand Down

0 comments on commit f597a7a

Please sign in to comment.