Skip to content

Commit

Permalink
Merge pull request #309 from danlessa/fix-py3.10
Browse files Browse the repository at this point in the history
fix cadCAD for py=3.10
  • Loading branch information
emanuellima1 authored Aug 16, 2023
2 parents 91c9f8b + d752bb0 commit 7403209
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog:


### February 15, 2023
* **Fixes:**
- Package has been cleaned-up for working with Python 3.10
### September 28, 2021
#### New Features:
* **ver. ≥ `0.4.28`:**
Expand Down
29 changes: 10 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
-i https://pypi.org/simple

matplotlib==3.3.2
networkx==2.5
parameterized==0.7.4
plotly==4.10.0
pytest==6.0.2
scikit-learn==0.23.2
scipy>=1.5.2
seaborn==0.11.0
tabulate==0.8.7
xarray==0.16.0
wheel==0.36.2
pandas==1.1.5
fn==0.4.3
funcy==1.16
dill==0.3.4
pathos==0.2.8
numpy==1.22.0
pytz==2021.1
six>=1.11.0
parameterized>=0.7.4
pytest>=6.0.2
tabulate>=0.8.7
wheel>=0.36.2
pandas>=1.1.5
funcy>=1.16
dill>=0.3.4
pathos>=0.2.8
numpy>=1.22.0
pytz>=2021.1
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@
packages=find_packages(),
install_requires=[
"pandas",
"fn",
"funcy",
"dill",
"pathos",
"numpy",
"pytz",
"six"
],
"pytz"
],
python_requires='>=3.6.13'
)

0 comments on commit 7403209

Please sign in to comment.