Skip to content

Commit

Permalink
update 'requirements.txt', 'setup.cfg'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Sep 12, 2024
1 parent 40083c4 commit 5ad6c95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ reportportal-client
scikit_learn==1.5.*
scipy==1.14.*
seaborn==0.13.*
setuptools>=70.0.0
setuptools==74.1.*
tensorflow==2.15.*
tqdm==4.66.3
Werkzeug==3.0.3
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10


Expand All @@ -23,7 +22,7 @@ package_dir =
= src
packages = find:
include_package_data = True
python_requires = >3.8, <3.11
python_requires = 3.10
install_requires =
aiohttp>=3.9.0
attrs
Expand Down Expand Up @@ -56,7 +55,7 @@ install_requires =
scikit_learn==1.5.*
scipy==1.14.*
seaborn==0.13.*
setuptools>=70.0.0
setuptools==74.1.*
tensorflow==2.15.*
tqdm==4.66.3
Werkzeug==3.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.38rc1
0.9.38rc2

0 comments on commit 5ad6c95

Please sign in to comment.