Skip to content

Commit

Permalink
compiled with clang 14, upgrade conan
Browse files Browse the repository at this point in the history
  • Loading branch information
yssource committed Oct 26, 2022
1 parent 8ff9800 commit d9ecd8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abquant.profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=clang
compiler.version=13
compiler.version=14
compiler.libcxx=libc++
build_type=Release

Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ packages = [
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
default = true

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
# python = ">=3.9,<3.11"
python = "^3.10"
numpy = "^1.22.2"
pandas = "^1.2.4"
click = "^7.1.2"
Expand All @@ -27,7 +29,7 @@ requests = "^2.27.1"
tqdm = "^4.62.3"

[tool.poetry.dev-dependencies]
conan = "^1.45.0"
conan = "^1.53.0"
black = "^21.5b1"
pytest = "^6.2.4"
pudb = "^2021.1"
Expand Down

0 comments on commit d9ecd8b

Please sign in to comment.