Skip to content

Commit

Permalink
BUILD: update fluxus dependencies (#8)
Browse files Browse the repository at this point in the history
* BUILD: update fluxus dependencies

* BUILD: update version to 1.0.0

---------

Co-authored-by: Andy <74530089+breakbotz@users.noreply.github.com>
  • Loading branch information
j-ittner and breakbotz authored Jun 20, 2024
1 parent c7c0bcf commit f700e57
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artkit-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install mypy
# add package dependencies for mypy
dependencies=(
fluxus==1.0rc4
fluxus~=1.0
gamma-pytools~=3.0
openai
pandas-stubs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
dependencies=(
types-aiofiles
aiohttp
fluxus==1.0rc4
fluxus~=1.0
gamma-pytools~=3.0
openai
pandas-stubs
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
language_version: python311
pass_filenames: false
additional_dependencies:
- fluxus==1.0rc4
- fluxus~=1.0
- gamma-pytools~=3.0
- openai
- pandas-stubs
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python ~= 3.11.9

# Additional libraries
- fluxus ~= 1.0rc4
- fluxus ~= 1.0
- gamma-pytools ~= 3.0
- pandas ~= 2.2
- python-dotenv ~= 1.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires = [
"matplotlib >=3.0",
"pandas >=2.1",
"gamma-pytools ==3.0",
"fluxus ==1.0rc4",
"fluxus ~=1.0",
"typing_inspect >=0.7",
]

Expand Down Expand Up @@ -100,7 +100,7 @@ matplotlib = "==3.7.1"
pandas = "~=2.1"
python = "==3.11"
gamma-pytools = "==3.0"
fluxus = "==1.0rc4"
fluxus = "~=1.0.0"
typing_inspect = "==0.7.1"

[build.matrix.max]
Expand All @@ -109,7 +109,7 @@ matplotlib = ">=3.8,<4a"
pandas = ">=2.2,<3a"
python = ">=3.12,<4a"
gamma-pytools = "==3.0"
fluxus = ">=1.0rc4"
fluxus = "~=1.0"
typing_inspect = ">=0.9,<1a"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion src/artkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
remains synchronized with the latest codebase updates.
"""

__version__ = "1.0rc2"
__version__ = "1.0.0"

0 comments on commit f700e57

Please sign in to comment.